summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-10-16 14:42:04 +0000
committerStef Walter <stef@memberwebs.com>2006-10-16 14:42:04 +0000
commit8ef4da8da6cd9621f79d45a8ecaa59942102d252 (patch)
treea4a673654c5a71fcef902d50501e250b31aa9bdf /ChangeLog
parentb3eb4652ef1d96b9fbefb19f999cf535886c9058 (diff)
- Don't let most characters below 0x0020 through. Old RTF's seem
to have these for strange reasons.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff6e3b5..5dc21a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Version 0.9.7
+
+ - Don't let most characters below 0x0020 through. Old RTF's seem
+ to have these for strange reasons.
+
Version 0.9.6
- Add character styles
- Add <highlight> tag for highlighted text