# HG changeset patch # User Chris Cannam # Date 1657205985 -3600 # Thu Jul 07 15:59:45 2022 +0100 # Node ID 59872cfc6f234eabbe777218cd9818e6c8be35d2 # Parent 15bb1fb2edf8ff421dcef4919b8e64eec6d0ea02 Minor wording fix diff --git a/CHANGELOG b/CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -16,13 +16,12 @@ replacing it with two new functions getPreferredStartPad() and getStartDelay(). See their documentation for more details -The library is both binary and API compatible all the way back to -version 1.2 for forward compatibility, but not backward compatibility, -as several new functions and enum values have been added. Code -written to use 3.0 is not necessarily compatible with 2.x or 1.x, but -code written to use any earlier version can update to 3.0 without -modification (and it will continue to use the same processing engine -if the calling code is unchanged). +The library is both binary and API compatible all the way back to the +1.x series for existing applications. Code written to use 3.0 is not +necessarily compatible with 2.x or 1.x, as several new functions and +enum values have been added, but code written to use any earlier +version can update to 3.0 without modification (and will continue to +use the same processing engine if the calling code is unchanged). Changes in Rubber Band v2.0.2