Skip to content

Commit

Permalink
docs: Fix typos in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 30, 2024
1 parent d6021a6 commit 1ab5de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ 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
* Has a dependecy on a dynamically linked library on the host executing the binary
* 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

0 comments on commit 1ab5de4

Please sign in to comment.