diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68c5518 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [0.1.0] - 2020-10-26 +### Added +- Initial release. +- Add the basic JSON reader and writer (RFC 8259). +- Add CMake support. +- Add GitHub CI workflow. +- Add test code and test data. +- Add `sanitizer` and `valgrind` memory checker. +- Add `API` and `DataStructure` documentation.