1# 1.2.0 2 3* Adds `bytes` module to support operating directly on byte strings. 4 5# 1.1.0 6 7* Adds the `std` feature (enabled by default) 8* Disabling the `std` feature makes the crate work in `#![no_std]` mode, assuming presence of the `alloc` crate 9 10# 1.0.0 11 12* Adds the `join` convenience function. 13* Fixes parsing of `'\\n'` to match the behavior of bash/Zsh/Python `shlex`. The result was previously `\n`, now it is `\\n`. 14 15# 0.1.1 16 17* Adds handling of `#` comments. 18 19# 0.1.0 20 21This is the initial release. 22