Skip to content

Commit a00cb2e

Browse files
committed
docs: add CHANGELOG entry for #663 (fix #600)
Credit @Noethix55555 for fixing inline comment on empty unquoted values.
1 parent f5485a6 commit a00cb2e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- An unquoted empty value followed by an inline comment (e.g. `KEY= # comment`) is now parsed as an empty string instead of the comment text by [@Noethix55555] in [#663]
13+
1014
## [1.2.3] - 2026-08-16
1115

1216
### Fixed
@@ -442,6 +446,7 @@ os.PathLike]` instead of just `os.PathLike` (#347 by [@bbc2]).
442446
[#606]: https://github.com/theskumar/python-dotenv/pull/606
443447
[#638]: https://github.com/theskumar/python-dotenv/pull/638
444448
[#640]: https://github.com/theskumar/python-dotenv/pull/640
449+
[#663]: https://github.com/theskumar/python-dotenv/pull/663
445450
[#680]: https://github.com/theskumar/python-dotenv/pull/680
446451
[790c5c0]: https://github.com/theskumar/python-dotenv/commit/790c5c02991100aa1bf41ee5330aca75edc51311
447452

@@ -483,6 +488,7 @@ os.PathLike]` instead of just `os.PathLike` (#347 by [@bbc2]).
483488
[@matthewfranglen]: https://github.com/matthewfranglen
484489
[@mgorny]: https://github.com/mgorny
485490
[@naorlivne]: https://github.com/naorlivne
491+
[@Noethix55555]: https://github.com/Noethix55555
486492
[@qnighy]: https://github.com/qnighy
487493
[@rabinadk1]: https://github.com/rabinadk1
488494
[@randomseed42]: https://github.com/randomseed42

0 commit comments

Comments
 (0)