CHANGELOG.md in unicode-age-2.0.0.pre vs CHANGELOG.md in unicode-age-2.0.0
- old
+ new
@@ -1,11 +1,15 @@
## CHANGELOG
-### 2.0.0.pre
+### 2.0.0
-#### Breaking Change
+#### Breaking change
Strings which contain unassigned codepoints (general category of **Cn**), will raise a `Unicode::Age::UnknownAge` exception.
+
+#### Unicode update
+
+Add Unicode 10 to list of known Unicode versions
### 1.1.0
* Detect Unicode 9.0 (Ruby 2.4)