From 54d54e92c24431c29daf4c5c07edabd5898e3b75 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Thu, 18 Jan 2024 15:43:13 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28af605..1247e571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. See [standa ## [16.3.2](https://github.com/motdotla/dotenv/compare/v16.3.1...v16.3.2) (2024-01-18) +### Added + +- Add debug message when no encoding set [#735](https://github.com/motdotla/dotenv/pull/735) + ### Changed - Fix output typing for `populate` [#792](https://github.com/motdotla/dotenv/pull/792)