summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMestery <48163546+Mesteery@users.noreply.github.com>2021-01-17 11:42:58 +0100
committerGeorg Brandl <georg@python.org>2021-01-17 12:48:43 +0100
commit6e64b3963aaa5c5f9600e12fe4ba5545494d38c7 (patch)
tree8564b35585dcc01bf25ffd961af96d8ae8e1d6cc
parent927b01e9a54d6a1cc1f24bd0559fa0100e866fc2 (diff)
downloadpygments-git-6e64b3963aaa5c5f9600e12fe4ba5545494d38c7.tar.gz
update changelog
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a7f35602..b59f5021 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@ Version 2.8.0
- Added `pygmentize -C` option to guess a lexer from content
-- Fix escapes in JavaScript backtick strings (#1679)
+- Fix escapes in JavaScript and TypeScript backtick strings (#1679, #1686)
- Make guessing prefer Python 3 lexer
- Do not guess MIME or SQL without reason