From fd3e1f80a5b89823e9f5290f842210098854272e Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Sun, 11 Dec 2022 23:26:27 +0100 Subject: [PATCH] task: Add changes to `CHANGELOG.md` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b2eb1..2ac07a1 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 handling errors, rather than using `unwrap`. ([PR #52](https://github.com/allan2/dotenvy/pull/52) by [LeoniePhiline](https://github.com/LeoniePhiline)) ## [0.15.6] - 2022-10-17