diff options
author | thatch <devnull@localhost> | 2010-05-05 17:56:19 -0700 |
---|---|---|
committer | thatch <devnull@localhost> | 2010-05-05 17:56:19 -0700 |
commit | ad54c23ec83a08ce316f4bf7c576facaccb4ba60 (patch) | |
tree | 1d2d9cfa2bd295cf3388e9b8a02d4e343bf3937f | |
parent | f0e01e9ca0c079e81ce56e9a25b8dfe94763b652 (diff) | |
download | pygments-ad54c23ec83a08ce316f4bf7c576facaccb4ba60.tar.gz |
Bulk update to changelog so far
-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 ------------- |