diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b2eb1..da92c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Minimum Supported Rust Version is now 1.56.1 - Removed internal `dotenv_codegen_impl` crate and `proc_macro_hack` dependency +- Improved examples by using question mark operator `?`, rather than `unwrap`. ([PR #47](https://github.com/allan2/dotenvy/pull/52) by [LeoniePhiline](https://github.com/LeoniePhiline)) ## [0.15.6] - 2022-10-17