summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-31 23:47:51 +0100
committergbrandl <devnull@localhost>2006-10-31 23:47:51 +0100
commit9760369a39cb1a04a03b71b1b75266100218c017 (patch)
treeefd04ea251ebf4505a6e519163d612ebbc0f6b97
parent729df9d55ee975be89f18fa90964f19bead60feb (diff)
downloadpygments-9760369a39cb1a04a03b71b1b75266100218c017.tar.gz
[svn] Changelog entry for encodings.
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5a3438c9..3c76e5f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ Version 0.6
-----------
(released Nov XX, 2006)
+- Encoding support added: all processing is now done with Unicode
+ strings, input and output are converted from and to byte strings.
+
- Some improvements in the C(++) lexers handling comments and line
continuations.