Add changelog

This commit is contained in:
Fenhl 2021-02-07 11:28:16 +00:00
parent 5bdb327aa9
commit 8c5a36d5b0

12
CHANGELOG.md Normal file
View 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.