Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jul 7, 2022
1 parent 64813ed commit 055a3e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Changed
+++++++
- Use UTF-8 as a encoding when open ``.env`` file.

Fixed
+++++
- Fix logic of ``Env.get_value()`` to skip parsing only when
``default=None``, not for all default values that coerce to ``False``
`#404 <https://github.com/joke2k/django-environ/issues/404>`_.

Removed
+++++++
- Removed deprecated ``Env.unicode()``.
Expand Down

0 comments on commit 055a3e7

Please sign in to comment.