summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.