Skip to content

Commit 5920340

Browse files
committed
Merge tag 'v2.1.0' into develop
2 parents bcf4caa + 339dfbf commit 5920340

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

csdb/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ From v2.0.0 all notable changes to this project will be documented in this file.
88
99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## v2.1.0 of 2021/12/26
12+
13+
* Deprecated `Desc`, `Comments`, `Credits` & `Credits_URL` keys in Code Snippets Database collection and changed `DescEx` key to be required. Made following changes to `.ini` files as a consequence:
14+
* Changed all `Desc` keys to `DescEx` keys and removed all `Desc` keys as a result.
15+
* Converted content of all `Comments`, `Credits` & `Credits_URL` keys to `Extra` key values and removed the deprecated keys.
16+
* Made all `DescEx` and `Extra` values fully REML v4 compliant by ensuring all content is wrapped in `<p>`..`</p>` tags.
17+
* Fixed errors in `.ini` files. Fixes [issue #6](https://github.com/delphidabbler/code-snippets/issues/6).
18+
* Updated a small number of snippet descriptions and extra information.
19+
* Updated documentation in `collection-format.html` and `reml.html` to reflect the above changes.
20+
1121
## v2.0.1 of 2021/10/12
1222

1323
* Add new unit tests and demo code for _some_ snippets from the database. All such code was added to a new `tests` directory. See `tests/README.md` for details.

csdb/collection/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.1.0

0 commit comments

Comments
 (0)