From b5796c860f84e225d0e8ec788f21bb1e3d4a01c6 Mon Sep 17 00:00:00 2001 From: Rahix Date: Fri, 15 Nov 2024 03:44:47 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a7a8d..6bf2c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +.with_diag_buffer(&mut buffer_diagnostics[..]) ``` +### `gsd-parser` +#### Fixed +- Fixed consecutive newlines in some places tripping up the parser. + ## [0.4.0] - 2024-11-15 ### `profirust`