summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-22 12:11:05 +0200
committerGeorg Brandl <georg@python.org>2010-08-22 12:11:05 +0200
commit738b4c9c5da596ff428565651e603cad4cf7906a (patch)
treecbd74f4bb1aa0ce2aeacdf3280941cafd77b3224
parentd5122e5bba3d40a2a957eaa2ed230d713f558bb8 (diff)
downloadpygments-738b4c9c5da596ff428565651e603cad4cf7906a.tar.gz
Add ticket numbers.
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 0cfc00e0..3b85eba7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,11 +9,11 @@ Version 1.4
- Lexers added:
- * BlitzMax Basic
- * Ioke
- * Verilog
- * Java properties (split out of the ini lexer)
* Factor (#520)
+ * BlitzMax Basic (#478)
+ * Ioke (#465)
+ * Verilog (#491)
+ * Java properties, split out of the INI lexer (#445)
- Performance improvements in the HTML formatter (#523).