diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 17:45:00 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 17:45:00 -0500 |
commit | e14f04e52f792d12f3798b3c69bd0279ac7d3150 (patch) | |
tree | 0537ddc2eb27286b64a2cfd8889c92d2aa80bab0 /RELEASES.md | |
parent | ed4a45ff5fc8aa53fd66f6059697bac171ba9d69 (diff) | |
download | bfs-e14f04e52f792d12f3798b3c69bd0279ac7d3150.tar.xz |
Release 2.4.12.4.1
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index a033e3f..0495c6b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,20 @@ 2.* === +2.4.1 +----- + +**February 24, 2022** + +- Fixed the build when Oniguruma is not installed in the default search paths ([#82]) + +- Fixed string encoding bugs with Oniguruma enabled + +- Fixed regex error reporting bugs + +[#82]: https://github.com/tavianator/bfs/issues/82 + + 2.4 --- |