From c4b1f8348409e6993d8d48ce991b78ab110cc4cf Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 31 Dec 2020 17:32:20 +1300 Subject: [PATCH] Release version 2.4! --- ChangeLog.md | 4 ++++ stylist.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 68c3e8d..00a022c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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. diff --git a/stylist.cabal b/stylist.cabal index e25700b..727cad1 100644 --- a/stylist.cabal +++ b/stylist.cabal @@ -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. -- 2.30.2