diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 23:52:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 23:52:49 -0400 |
commit | 6539791c7da12ab9e1dcca445faf1cd0b0bb302a (patch) | |
tree | aedf2919c91da3e05c0ee95965a6597b5956bfca /docs | |
parent | da21718ab320f144e22b6b1147fc8b5d6401870a (diff) | |
parent | c25fa4fb5e58e20ce97c3747c05d26307a70baaa (diff) | |
download | bfs-6539791c7da12ab9e1dcca445faf1cd0b0bb302a.tar.xz |
Merge tag '3.0.4'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 253dd46..3b07f01 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,18 @@ 3.* === +3.0.4 +----- + +**October 12, 2023** + +### Bug Fixes + +- Fixed a segfault when reporting errors under musl ([`d40eb87`]) + +[`d40eb87`]: https://github.com/tavianator/bfs/commit/d40eb87cc00f50a5debb8899eacb7fcf1065badf + + 3.0.3 ----- |