diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ec16cd30 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project (as seen by library users) will be documented in this file. +The CHANGELOG is available on [Github](https://github.com/luc-tielen/souffle-haskell.git/CHANGELOG.md). + +## [0.0.1] - 2022-06-14 + +### Added + +- First MVP of the compiler! The happy path should work as expected, unsupported + features or semantic errors should result in a (poorly formatted) error.