Changelog added

This commit is contained in:
Владислав Джавадов 2020-06-19 10:23:19 +03:00
parent b5b65b3ef1
commit 8fe7482d92

15
changelog.md Normal file
View File

@ -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.