diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e9d75..678516b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file. ### Changed - Second rewrite with the following improvements: ([#21]) - * Put `Parser` behind a trait, so that we can have multiple implementation in parallel + * Put `Parser` behind a trait, so that we can have multiple implementations in parallel * Use cargo workspaces * Better error handling using snafu - BREAKING: Build release binaries without support for VNC, as this @@ -25,3 +25,4 @@ All notable changes to this project will be documented in this file. * Needs a cross-compilation (which didn't work), as the macOS GitHub runners all run on arm and we try to build an x86 binary [#21]: https://github.com/sbernauer/breakwater/pull/21 +[#22]: https://github.com/sbernauer/breakwater/pull/22