CHANGELOG.md in unibits-2.4.0 vs CHANGELOG.md in unibits-2.5.0
- old
+ new
@@ -1,6 +1,16 @@
## CHANGELOG
+### 2.5.0
+
+* Double check UTF-32 only on Ruby versions which contain the bug
+* Highlight unassigned codepoints which are ignorable
+* Bump symbolify dependency
+ * Add special characters (U+FFF9 - U+FFFC)
+ * Non-control separators return ⏎
+* Bump characteristics dependency
+ * Allow GB1988 encoding (7bit ascii-like)
+
### 2.4.0
* Extract symbolification logic into extra [symbolify](https://github.com/janlelis/symbolify) gem (includes fixes and non-character detection)
* Update characteristics gem (includes a new blank)