summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2018-11-17 21:24:36 +0100
committerAsmir Mustafic <[email protected]>2018-11-17 21:24:36 +0100
commitcadcfaaa13153e0e8eb92c49a53e140cf1a85dea (patch)
treeacdd20353b7e59c1e5bc24f668eba86b3e2e6500
parented6b64db446d5570b6a910b122e9a962c8bf1e06 (diff)
update changelog for 2.4.0
-rw-r--r--RELEASE.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 1a385db..9a8ad32 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,14 @@
# Release Notes
+2.4.0 (2018-11-17)
+
+- #148: Improve performance by moving sequence matching
+- #147: Improve the Tokenizer performance
+- #146: Improve performance by relying on a native string instead of InputStream
+- #144: Add DOM extension in composer.json
+- #145: Add more extensions on composer.json, improve phpdocs and remove dead code
+- #143: Remove experimental comment
+
2.3.1 (2018-10-18)
- #121: Audio is not a block tag (fixed by #141)