From 1ab5de4d4641596e0f1a8695d44bc257f83332a1 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 30 May 2024 13:42:23 +0200 Subject: [PATCH] docs: Fix typos in changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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