@@ -5,8 +5,41 @@ All notable changes to this project will be documented in this file.
55The format is inspired by `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_
66and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
77
8+ `v0.12.0 `_ - 8-November-2024
9+ -----------------------------
10+ Fixed
11+ +++++
12+ - Include prefix in the ``ImproperlyConfigured `` error message
13+ `#513 <https://github.com/joke2k/django-environ/issues/513 >`_.
14+
15+ Added
16+ +++++
17+ - Add support for Python 3.12 and 3.13
18+ `#538 <https://github.com/joke2k/django-environ/issues/538 >`_.
19+ - Add support for Django 5.1
20+ `#535 <https://github.com/joke2k/django-environ/issues/535 >`_.
21+ - Add support for Django CockroachDB driver
22+ `#509 <https://github.com/joke2k/django-environ/issues/509 >`_.
23+ - Add support for Django Channels
24+ `#266 <https://github.com/joke2k/django-environ/issues/266 >`_.
25+
26+ Changed
27+ +++++++
28+ - Disabled inline comments handling by default due to potential side effects.
29+ While the feature itself is useful, the project's philosophy dictates that
30+ it should not be enabled by default for all users
31+ `#499 <https://github.com/joke2k/django-environ/issues/499 >`_.
32+
33+ Removed
34+ +++++++
35+ - Removed support of Python 3.6, 3.7 and 3.8
36+ `#538 <https://github.com/joke2k/django-environ/issues/538 >`_.
37+ - Removed support of Django 1.x.
38+ `#538 <https://github.com/joke2k/django-environ/issues/538 >`_.
39+
40+
841`v0.11.2 `_ - 1-September-2023
9- -------------------------------
42+ -----------------------------
1043Fixed
1144+++++
1245- Revert "Add variable expansion." feature
3164 `#463 <https://github.com/joke2k/django-environ/pull/463 >`_.
3265- Added variable expansion
3366 `#468 <https://github.com/joke2k/django-environ/pull/468 >`_.
34- - Added capability to handle comments after # , after quoted values,
67+ - Added capability to handle comments after `` # `` , after quoted values,
3568 like ``KEY= 'part1 # part2' # comment ``
3669 `#475 <https://github.com/joke2k/django-environ/pull/475 >`_.
3770- Added support for ``interpolate `` parameter
@@ -388,6 +421,7 @@ Added
388421- Initial release.
389422
390423
424+ .. _v0.12.0 : https://github.com/joke2k/django-environ/compare/v0.11.2...v0.12.0
391425.. _v0.11.2 : https://github.com/joke2k/django-environ/compare/v0.11.1...v0.11.2
392426.. _v0.11.1 : https://github.com/joke2k/django-environ/compare/v0.11.0...v0.11.1
393427.. _v0.11.0 : https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.0
@@ -405,4 +439,4 @@ Added
405439.. _v0.4.1 : https://github.com/joke2k/django-environ/compare/v0.4...v0.4.1
406440.. _v0.4 : https://github.com/joke2k/django-environ/compare/v0.3.1...v0.4
407441.. _v0.3.1 : https://github.com/joke2k/django-environ/compare/v0.3...v0.3.1
408- .. _v0.3 : https://github.com/joke2k/django-environ/compare/v0.2.1...v0.3
442+ .. _v0.3 : https://github.com/joke2k/django-environ/compare/v0.2.1...v0.3
0 commit comments