aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-02 18:17:12 +0100
committerVincent Richard <[email protected]>2005-01-02 18:17:12 +0100
commitaf06b4a56d6505a196e07a72aaa6b4b700ad5aa1 (patch)
treebb5c904096a5f9bffdf9526eac756420fe24f6f2 /ChangeLog
parentAdded unit tests for 'bodyPart'. (diff)
downloadvmime-af06b4a56d6505a196e07a72aaa6b4b700ad5aa1.tar.gz
vmime-af06b4a56d6505a196e07a72aaa6b4b700ad5aa1.zip
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92c84c32..8e18f1ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ VERSION 0.6.2-cvs
* Added unit tests for utility::path and bodyPart.
+ * Added 'utility::datetimeUtils' to provide some time-related functions.
+
+ * Fixed 'stringUtils' not in namespace 'utility'.
+
2005-01-01 Vincent Richard <[email protected]>
* Converted all C-style casts to C++-style casts.