From 8fe7482d920821c88960b52a40cde8588196fe8d Mon Sep 17 00:00:00 2001 From: Freeman Date: Fri, 19 Jun 2020 10:23:19 +0300 Subject: [PATCH] Changelog added --- changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..3d8c297 --- /dev/null +++ b/changelog.md @@ -0,0 +1,15 @@ +# Change log + +## Release 2020-06 +* Units `initialization` and `finalization` sections support. +* Unit `CRT` added, console examples rewritten using it. +* Examples grouped by console and GUI. +* User program templates added, see `My` directory. +* [Readme](readme.md) significantly updated. [FAQ](FAQ.md), [contribution rules](contributing.md) and changelog added. +* Bugfixes and common improvements. + +**Known issues** +* Console I/O procedures still non-standard. + +## Release 2020-05 +First release with a bunch of examples and all programs needed to develop and compile yourself. \ No newline at end of file