diff options
author | Georg Brandl <georg@python.org> | 2019-12-08 10:49:37 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2019-12-08 10:49:37 +0100 |
commit | 63f872eecf57e548fb7ddf876e1c624d6329ded7 (patch) | |
tree | f9aa49f4b21b2d584ee2f0a1c2767f16d9e5e6f5 | |
parent | cf88ba37f2fd4c2ad7c2b4c1dc2826fef3ea78a7 (diff) | |
download | pygments-git-63f872eecf57e548fb7ddf876e1c624d6329ded7.tar.gz |
Add changelog entries.
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ Version 2.6 - Boogie/Silver: support line continuations and triggers, move contract keywords to separate category (PR#1299) - GAS: support C-style comments (PR#1291) -- Fix names in S lexer (PR#1330) +- Fix names in S lexer (PR#1330, PR#1333) +- Fix numeric literals in Ada (PR#1334) Version 2.5.2 |