Skip to content

Commit c89fb6d

Browse files
committedMar 25, 2025··
Update changelog
1 parent 8dd413e commit c89fb6d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed
 

‎CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [Unrelased]
1010

11-
- Drop support for Python 3.8
11+
**Feature**
1212
- Add support for python 3.13
1313
- Enhance `dotenv run`, switch to `execvpe` for better resource management and signal handling ([#523]) by [@eekstunt]
1414

15+
**Fixed**
16+
- `find_dotenv` and `load_dotenv` now correctly looks up at the current directory when running in debugger or pdb ([#553] by [@randomseed42])
17+
18+
**Misc**
19+
- Drop support for Python 3.8
20+
1521
## [1.0.1] - 2024-01-23
1622

1723
**Fixed**
@@ -354,6 +360,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
354360
[#454]: https://github.com/theskumar/python-dotenv/issues/454
355361
[#474]: https://github.com/theskumar/python-dotenv/issues/474
356362
[#523]: https://github.com/theskumar/python-dotenv/issues/523
363+
[#553]: https://github.com/theskumar/python-dotenv/issues/553
357364

358365
[@alanjds]: https://github.com/alanjds
359366
[@altendky]: https://github.com/altendky
@@ -398,7 +405,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
398405
[@x-yuri]: https://github.com/x-yuri
399406
[@yannham]: https://github.com/yannham
400407
[@zueve]: https://github.com/zueve
401-
408+
[@randomseed42]: https://github.com/zueve
402409

403410
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v1.0.1...HEAD
404411
[1.0.1]: https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)
Please sign in to comment.