Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nkantar committed Aug 26, 2024
1 parent 624290f commit 8bae902
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@


<!--
headers:
Added - new features
Changed - changes in existing functionality
Deprecated - soon-to-be removed features
Removed - now removed features
Fixed - any bug fixes
Security - in case of vulnerabilities
- Added: for new features
- Changed: for changes in existing functionality
- Deprecated: for soon-to-be removed features
- Removed: for now removed features
- Fixed: for any bug fixes
- Security: in case of vulnerabilities
-->


## [Unreleased]

### Added
- Python 3.13-dev to CI version matrix

### Removed
- `default_if_none` decorator in favor of in-function implementation

### Fixed
- Mismatch between env value and resulting tuple in docs (issue #63, PR #64).

Expand Down

0 comments on commit 8bae902

Please sign in to comment.