diff --git a/CHANGES b/CHANGES index 4106766..70eda46 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,12 @@ -We've made this release to update Textify to boost the performance again. +We've made this release to make some improvements regarding value interoperability. ### Changes This release contains a variety of changes, including, but not limited to: -- `[*]` Updated Textify +- `[*]` Merged CalendarValueInfo and CardValueInfo +- `[*]` ValueInfo equality comparison now also compares the values +- `[*]` General improvements Review the commit history if you want to get a deep insight about the changes. diff --git a/CHANGES.TITLE b/CHANGES.TITLE index 7b4eb20..fad2337 100644 --- a/CHANGES.TITLE +++ b/CHANGES.TITLE @@ -1 +1 @@ -[servicing] VisualCard v3.1.2: Performance Boost! +[release] VisualCard v3.2.0: Values!