Add build optimizations for release binary (#434)

* Add build optimizations for release binary

* Put changelog entry in `Changed` section

---------

Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
This commit is contained in:
pando85
2024-10-08 17:09:17 +02:00
committed by GitHub
parent 4faccd1f43
commit 8f3a8cfc02
2 changed files with 11 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Fix breaking changes of sysinfo crate #431 - @cyqsimon
* Fix `clippy::needless_lifetimes` warnings on nightly #432 - @cyqsimon
### Changed
* Add build optimizations for release binary #434 - @pando85
## [0.23.0] - 2024-08-17
## Fixed