summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3ba2187f..4daae21b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,21 @@ Version 1.4
- Three fixes to the Lua lexer (#480, #481, #482).
+- A bugfix for backslashes in ocaml strings (#499)
+
+- Fix unicode/raw docstrings in the Python lexer (#489)
+
+- Allow PIL to work without PIL.pth (#502)
+
+- Allow seconds as a unit in css (#496)
+
+- Support ``application/javascript`` as a JavaScript mime type (#504)
+
+- Lexers added:
+
+ * Ioke
+
+
Version 1.3.1
-------------