summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-20 21:14:44 +0100
committergbrandl <devnull@localhost>2006-12-20 21:14:44 +0100
commit1d634b6950bfac268f6d05a673fd48094738f01e (patch)
tree2788e9f4315a10392eee6371860c6045f8f74e31 /CHANGES
parent25ad3be9474211bb8a652deadea00677886dadf5 (diff)
downloadpygments-1d634b6950bfac268f6d05a673fd48094738f01e.tar.gz
[svn] Improve Unicode handling without encoding.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 6a140ab3..6d0e4678 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Pygments changelog
Version 0.6
-----------
-(released Dec XX, 2006)
+(codename Zimtstern, released Dec XX, 2006)
- Added option for the HTML formatter to write the CSS to an external file
in "full document" mode.
@@ -33,8 +33,8 @@ Version 0.6
- Support for guessing input encoding added.
- Encoding support added: all processing is now done with Unicode
- strings, input and output are converted from and to byte strings
- (see the ``encoding`` option of lexers and formatters).
+ strings, input and output are converted from and optionally to
+ byte strings (see the ``encoding`` option of lexers and formatters).
- Some improvements in the C(++) lexers handling comments and line
continuations.
@@ -49,6 +49,6 @@ Version 0.5.1
Version 0.5
-----------
-(released Oct 30, 2006)
+(codename PyKleur, released Oct 30, 2006)
- Initial public release.