# HG changeset patch # User Chris Cannam # Date 1669634205 0 # Mon Nov 28 11:16:45 2022 +0000 # Node ID d2aebfc83e21e7ce597cdb59029eb8500e53c24c # Parent 0485d3e4db39669a6d8423ab128f2c6cc1731c7f Update CHANGELOG for 3.1.2 diff --git a/CHANGELOG b/CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ + +Changes in Rubber Band v3.1.2 + +This minor release contains a small number of build fixes. + + * Make all optional targets manually toggleable, using Meson + "features" options (see COMPILING.md for documentation) + * Further fix to JNI autodetection, following that of 3.1.1 - + hopefully solving the problem completely this time! + * Correct the source file listing in the Android makefile + * Fix build with NO_EXCEPTIONS, e.g. for Android + * Fix required #includes for mingw32 builds + +The API is unchanged from 3.0 and the library is binary compatible +back to version 1.7. + Changes in Rubber Band v3.1.1