diff options
author | gbrandl <devnull@localhost> | 2007-06-13 14:52:38 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-06-13 14:52:38 +0200 |
commit | d6f4807834356d320d75760464a4c4210926520d (patch) | |
tree | 5400896e1686c361895cc282f79c63a181e89464 /docs/src | |
parent | 8495be8cf658bb36da9091a8c1fb63dcdbf50e22 (diff) | |
download | pygments-d6f4807834356d320d75760464a4c4210926520d.tar.gz |
[svn] Add changelog entry.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/cmdline.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/cmdline.txt b/docs/src/cmdline.txt index 7e5143fa..edaa8ee8 100644 --- a/docs/src/cmdline.txt +++ b/docs/src/cmdline.txt @@ -84,6 +84,8 @@ will print the help for the Python lexer, etc. A note on encodings ------------------- +*New in Pygments 0.9.* + Pygments tries to be smart regarding encodings in the formatting process: * If you give an ``encoding`` option, it will be used as the input and |