summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-09-07 19:56:33 +0200
committergbrandl <devnull@localhost>2008-09-07 19:56:33 +0200
commit4434d1b601a8c46e12b1e2c1775f27142a7c4c50 (patch)
treee38dc1890209a9318646dc368201f43f7c511966
parent929a6088c819ccd5a1cf6f8694c3246ef5d0b2fc (diff)
downloadpygments-4434d1b601a8c46e12b1e2c1775f27142a7c4c50.tar.gz
Add Changelog entry for 2cd63808c67f.
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 87359488..50402ffe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@ Version 0.12
------------
(released XXX XX, 2008)
+- Provide one formatter class per image format, so that surprises like
+ pygmentize -f gif -o foo.gif foo.py
+ creating a PNG file are avoided.
+
- Actually use the `font_size` option of the image formatter.