From a162f2dc4840fd66ffa0a4e9bbc20752d8a67ffc Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Wed, 20 Nov 2024 12:29:30 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb26dd6..96c2563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 11.2.1 (unreleased) + +Bug fixes: + +- Fix `Env.read_env(recurse=True)` so that it returns as soon as a `.env` + file is found ([#370](https://github.com/sloria/environs/pull/370)). + Thanks [senese](https://github.com/senese) for the PR. + ## 11.2.0 (2024-11-14) Features: