Skip to content

Commit

Permalink
Update change log with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart committed Jan 8, 2024
1 parent e2c07f7 commit ee54169
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Added
- Added support for Python 3.12 (#272)

### Changed
- Introduced `pyproject.toml` and moved metadata from `setup.py` (#267)
- Removed use of deprecated `pkg_resources` (#271)

### Fixed
- Fixed an issue with non-ELF "binary" files in PyInstaller archives causing a crash (#270)


## [0.14.1] - 2023-08-07
### Fixed
- Reverted invalid fix ([#255]) for libnssfix link failure ([#262])
Expand Down

0 comments on commit ee54169

Please sign in to comment.