Operators with std::string
[libacl.git] / ChangeLog
index 393ab1b..0b1e076 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,29 @@
+Jun 11, 2020 - Release 0.3.1
+============================
+
+  - Introduction of class SuperString
+
+Feb 07, 2020 - Release 0.3
+============================
+
+  - hour: Add and subtract a number of seconds.
+  - Add parameter bool localtime to now() and today()
+  - String: Boundary checking on index and subtring operators
+  - Ported class Integer from the Gnu libg++ library.
+  - Added date::Weekday()
+  - Added class configration
+  - Added class xml
+
+Oct 31, 2019 - Release 0.2
+============================
+
+  - Implemented hour class
+  - Implemented date class
+  - Implemented UTC class
+
 May 30, 2019 - Release 0.1
 ============================
 
    - Extracted the classes not related to X windows from AXE
    - Implemented and brushed up the String class.
 
-Jun 22, 2019 - Release 0.2
-============================
-
-   - Added date class