Current section
Files
Jump to
Current section
Files
unicode_guards
CHANGELOG.md
CHANGELOG.md
# Changelog for Unicode Guards v0.1.1
This is the changelog for Unicode Guards v0.1.1 released on February 25th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_guards/tags)
### Bug Fixes
* Corrects `is_whitespace/1` to include the expected characters in the range `0x9-0xd`. These comprise carriage return, newline, vertical tab and tab which are commonly considered by regex engines to be whitespace.
# Changelog for Unicode Guards v0.1.0
This is the changelog for Unicode Guards v0.1.0 released on November 23rd, 2019. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_guards/tags)
Initial release.