Update CHANGELOG

This commit is contained in:
Kogia-sima 2020-08-04 09:28:28 +09:00
parent 2ba4a99582
commit 2ecc5ce63f
1 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,19 @@
<a name="v0.2.1"></a>
## [v0.2.1](https://github.com/Kogia-sima/sailfish/compare/v0.2.0...v0.2.1) (2020-07-17)
### Features
* Add trim filter
### Bug fix
* Fix incorrect syntax highlighting in vim
* Avoid capacity overflow in `Buffer::with_capacity`
* Avoid dangerous conversion from String to Buffer
* Fix docs typo (#30)
* Search rustfmt command along all toolchains
<a name="v0.2.0"></a>
## [v0.2.0](https://github.com/Kogia-sima/sailfish/compare/v0.1.3...v0.2.0) (2020-07-17)