M ChangeLog.md => ChangeLog.md +4 -0
@@ 1,5 1,9 @@
# Revision history for stylist
+## 2.4.0 -- 2020-12-31
+* Add `@document regexp()` support via TDFA.
+* Allow callers to define psuedoclasses via callbacks on attribute value.
+
## 0.0.1 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
M stylist.cabal => stylist.cabal +1 -1
@@ 10,7 10,7 @@ name: stylist
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 2.3.0.0
+version: 2.4.0.0
-- A short (one-line) description of the package.
synopsis: Apply CSS styles to a document tree.