summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 19f07813..ac233630 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,13 +6,30 @@ 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)
+
+- Updated lexers:
+
+ * Erlang, Elxir shells (PR#823, #1521)
+ * YAML (#1528)
+
+- Fix encoding error when guessing lexer with given ``encoding`` option
+ (#1438)
+- Bump ``NasmLexer`` priority over ``TasmLexer`` for ``.asm`` files
+ (fixes #1326)
+
+
Version 2.4.1
-------------
+(released May 24, 2019)
- Updated lexers:
* Coq (#1430)
* MSDOS Session (PR#734)
+ * NASM (#1517)
* Objective-C (PR#813, #1508)
* Prolog (#1511)
* TypeScript (#1515)
@@ -21,6 +38,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)
@@ -70,6 +88,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)
@@ -94,6 +113,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)