mirror of
https://gitee.com/openharmony/third_party_rust_shlex
synced 2024-12-04 14:06:35 +00:00
Add changelog
This commit is contained in:
parent
5bdb327aa9
commit
8c5a36d5b0
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# 1.0.0
|
||||
|
||||
* Adds the `join` convenience function.
|
||||
* Fixes parsing of `'\\n'` to match the behavior of bash/Zsh/Python `shlex`. The result was previously `\n`, now it is `\\n`.
|
||||
|
||||
# 0.1.1
|
||||
|
||||
* Adds handling of `#` comments.
|
||||
|
||||
# 0.1.0
|
||||
|
||||
This is the initial release.
|
Loading…
Reference in New Issue
Block a user