Skip to content

Commit 2ae3a97

Browse files
committed
Update change log re v2.1.0 changes
1 parent bcf4caa commit 2ae3a97

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: csdb/CHANGELOG.md

+10
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.

0 commit comments

Comments
 (0)