release 2.3.2

master
Mike Frysinger 2021-03-06 14:16:01 -05:00
parent 6ca52e78bc
commit 2e40f55bfb
2 changed files with 14 additions and 1 deletions

View File

@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [2.3.2] - 2021-03-06
### Fixed
- gif: allow decodin when both Global and Local Colormaps (#494)
### Added
- avif: Support for AVIF images via libavif (#557)
- heif: Support for HEIF/AVIF images via libheif (#395) (#557)
- webp: Drop ../deps/ search when building with cmake
- Windows: Remove unused snprintf fallback
## [2.3.1] - 2021-01-30
### Fixed

View File

@ -13,7 +13,7 @@ extern "C" {
* trailing comment. */
#define GD_MAJOR_VERSION 2 /*version605b5d1778*/
#define GD_MINOR_VERSION 3 /*version605b5d1778*/
#define GD_RELEASE_VERSION 1 /*version605b5d1778*/
#define GD_RELEASE_VERSION 2 /*version605b5d1778*/
#define GD_EXTRA_VERSION "" /*version605b5d1778*/
/* End parsable section. */