summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ecbb94b..6822bf91 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@ Issue numbers refer to the tracker at
pull request numbers to the requests at
<https://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>.
+Version 2.4.2
+-------------
+(released May 28, 2019)
+
+- Fix encoding error when guessing lexer with given ``encoding`` option
+ (#1438)
+
+
Version 2.4.1
-------------
(released May 24, 2019)
@@ -23,6 +31,7 @@ Version 2.4.1
- Fix F# lexer name (PR#709)
- Fix ``TerminalFormatter`` using bold for bright text (#1480)
+
Version 2.4.0
-------------
(released May 8, 2019)
@@ -72,6 +81,7 @@ Version 2.4.0
- TypoScript uses ``.typoscript`` now (#1498)
- Updated Trove classifiers and ``pip`` requirements (PR#799)
+
Version 2.3.1
-------------
(released Dec 16, 2018)
@@ -96,6 +106,7 @@ Version 2.3.1
- Fix invalid string escape sequences
- Fix `FutureWarning` introduced by regex changes in Python 3.7
+
Version 2.3.0
-------------
(released Nov 25, 2018)