diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-21 10:48:44 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-21 10:48:44 -0400 |
commit | 9f16f6d73c6793b3510385c381d0d4a8f8a7d7ff (patch) | |
tree | 05f9d4e7970fb2b32caec28b520b03fb5cf5e9e3 /docs/CHANGELOG.md | |
parent | 29621909d87c0c7f3bb5a7438f80be8f006ca7aa (diff) | |
download | bfs-9f16f6d73c6793b3510385c381d0d4a8f8a7d7ff.tar.xz |
Release 2.6.22.6.2
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r-- | docs/CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9d02e8e..ff1c1f7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,20 @@ 2.* === +2.6.2 +----- + +**October 21, 2022** + +- Fixed use of uninitialized memory on parsing errors involving `-fprintf` + +- Fixed Android build issues ([#96]) + +- Refactored the test suite + +[#96]: https://github.com/tavianator/bfs/issues/96 + + 2.6.1 ----- |