aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
new file mode 100644
index 0000000..b732fc8
--- /dev/null
+++ b/CHANGES.txt
@@ -0,0 +1,15 @@
+Version History
+===============================================================================
+
+Version: 0.4.3 (2018-04-xx, unreleased)
+-------------------------------------------------------------------------------
+
+CHANGES:
+
+* UPDATE: parse-1.8.3 (was: parse-1.8.2)
+ NOTE: ``parse`` module and ``parse_type.parse`` module are now identical.
+
+BACKWARD INCOMPATIBLE CHANGES:
+
+* RENAMED: type_converter.regex_group_count attribute (was: .group_count)
+ (pull-request review changes of the ``parse`` module).