From 08278f9dd02a9809a42e77dfa1fdd037eb3ecb99 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 13 Oct 2024 11:56:27 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c774e..13bdc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). @@ -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