aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-19 23:00:26 +0200
committerVincent Richard <[email protected]>2005-10-19 23:00:26 +0200
commit00baffa8ed78e30ff5584da1878c18ba9b5746cd (patch)
tree73b02e64cecf2ed62d8f794c747c671301a1a660 /ChangeLog
parentRefactoring of built-in services registration system. (diff)
downloadvmime-00baffa8ed78e30ff5584da1878c18ba9b5746cd.tar.gz
vmime-00baffa8ed78e30ff5584da1878c18ba9b5746cd.zip
Added 'charsetFilteredOutputStream'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9a4240d..78cbf785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ VERSION 0.7.2cvs
* charsetConverter.{hpp|cpp}: new object 'charsetConverter' for converting
between charsets (code moved from static functions in 'charset' class).
+ * Added 'charsetFilteredOutputStream': provide charset conversion while
+ writing to an output stream.
+
2005-10-16 Vincent Richard <[email protected]>
* SConstruct: fixed compilation problems on FreeBSD (thanks to Xin LI).