Fixed some date and time conversion functions
[AXE.git] / ChangeLog
index 3902e25..1ca3b06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Sep 02, 2002 - Patch 0.2.2
+--------------------------
+
+ - date::format() is now properly implemented
+ - New operator to read an 'hour' object from an istream:
+    istream & operator >> (istream &, hour &)
+ - New function 'String hour::format()'. The default format is HH:MM:SS
+   in 24 hour clock.
+ - New function 'hour now()' read the current time of day.
+
 Jul 27, 2002 - Patch 0.2.1
 ---------------------------