diff options
-rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 ------------- |