CHANGELOG.md in srx-0.2.0 vs CHANGELOG.md in srx-0.3.0

- old
+ new

@@ -1,6 +1,13 @@ ## [Unreleased] +## [0.3.0] - 2021-02-16 + +- All `Srx::Engine` methods except `#segment` are now private +- ICU regex syntax `\xhhhh` is now no longer converted to Ruby regex, as this + syntax was not correct; it now must be `\x{hhhh}` +- ICU regex syntax `\0ooo` is now supported + ## [0.2.0] - 2021-02-13 - Handle HTML void elements correctly ## [0.1.0] - 2021-02-13