docs: update CHANGELOG

This commit is contained in:
Colin Woodbury
2022-04-20 16:19:40 -07:00
parent 7e353578c0
commit 6a1269e4ae

View File

@@ -1,5 +1,14 @@
# `cargo-aur` Changelog
## Unreleased
#### Added
- Support for `[[bin]]` sections in `Cargo.toml`, allowing you to specify custom
binary names separate from the package name. [#13]
[#13]: https://github.com/fosskers/cargo-aur/pull/13
## 1.4.1 (2021-09-06)
#### Fixed