diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3362d26 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 2020-02-29 + +First stable release. + +### Added + + - Mserialize serialization library + - Binlog log library (high performance, log anything, asynchronous logging) + - bread: binlog to text + - brecovery: coredump to binlog + - Extensive tests and documentation