Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
biojppm committed Aug 12, 2024
1 parent 52f1902 commit 5b15b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog/current.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Fixes

- Fix filtering of double-quoted keys in block maps ([PR#452](https://github.com/biojppm/rapidyaml/pull/452))
- Fix [#440](https://github.com/biojppm/rapidyaml/issues/440): some tests failing with gcc -O2 (hypothetically due to undefined behavior)
- The fix was accomplished by refactoring some internal parser functions; see the comments in [#440](https://github.com/biojppm/rapidyaml/issues/440) for further details.
- This was accomplished by refactoring some internal parser functions; see the comments in [#440](https://github.com/biojppm/rapidyaml/issues/440) for further details.
- Also, fix all warnings from `scan-build`.
- Use malloc.h instead of alloca.h on MinGW ([PR#447](https://github.com/biojppm/rapidyaml/pull/447))
- Fix [#442](https://github.com/biojppm/rapidyaml/issues/442) ([PR#443](https://github.com/biojppm/rapidyaml/pull/443)):
Expand All @@ -15,3 +16,4 @@

- @toge
- @musicinmybrain
- @buty4649

0 comments on commit 5b15b85

Please sign in to comment.