aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-15 11:30:42 +0100
committerVincent Richard <[email protected]>2005-03-15 11:30:42 +0100
commit1901c6fdb60849e75ad1a52d405694c9e769e2ba (patch)
tree15e382e166b65aa78583eff5d41057a0ee592c90 /ChangeLog
parentFixed bug with CRLF between two encoded words. (diff)
downloadvmime-1901c6fdb60849e75ad1a52d405694c9e769e2ba.tar.gz
vmime-1901c6fdb60849e75ad1a52d405694c9e769e2ba.zip
Moved word parsing from 'text' class to 'word' class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fdeac69..566a105c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
VERSION 0.6.4cvs
================
+2005-03-15 Vincent Richard <[email protected]>
+
+ * text.{cpp|hpp}, word.{cpp|hpp}: moved word parsing from 'text' class
+ to 'word' class, which now inherits from 'component'.
+
2005-03-14 Vincent Richard <[email protected]>
* removed singleton<> and singletonManager classes: useless and quite