Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Oct 13, 2024
1 parent 80a6448 commit 08278f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to NetVips will be documented in this file. See [here](CHANG

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.2] - TBD
### Fixed
- Fix incorrect progress reporting on Linux ([#237](https://github.com/kleisauke/net-vips/issues/237)).
- Fix `image.AddAlpha()` with libvips 8.16.

## [2.4.1] - 2024-03-24
### Fixed
- Avoid key collision during shared `VOption` merge ([#228](https://github.com/kleisauke/net-vips/issues/228)).
Expand Down Expand Up @@ -223,6 +228,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- First release!

[2.4.2]: https://github.com/kleisauke/net-vips/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/kleisauke/net-vips/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/kleisauke/net-vips/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/kleisauke/net-vips/compare/v2.3.0...v2.3.1
Expand Down

0 comments on commit 08278f9

Please sign in to comment.