Skip to content

Commit 56f0dfd

Browse files
docs: point CHANGELOG entry at PR #700
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2fb0c6e commit 56f0dfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

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

1010
### Fixed
1111

12-
- `dotenv get` no longer exits with code 1 for empty string values (`KEY=`) by [@ShamikOfficial] in [#699]
12+
- `dotenv get` no longer exits with code 1 for empty string values (`KEY=`) by [@ShamikOfficial] in [#700]
1313
- 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]
1414

1515
## [1.2.3] - 2026-08-16
@@ -449,7 +449,7 @@ os.PathLike]` instead of just `os.PathLike` (#347 by [@bbc2]).
449449
[#640]: https://github.com/theskumar/python-dotenv/pull/640
450450
[#663]: https://github.com/theskumar/python-dotenv/pull/663
451451
[#680]: https://github.com/theskumar/python-dotenv/pull/680
452-
[#699]: https://github.com/theskumar/python-dotenv/issues/699
452+
[#700]: https://github.com/theskumar/python-dotenv/pull/700
453453
[790c5c0]: https://github.com/theskumar/python-dotenv/commit/790c5c02991100aa1bf41ee5330aca75edc51311
454454

455455
<!-- contributors -->

0 commit comments

Comments
 (0)