Skip to content

Commit f779474

Browse files
committed
FIX #18: Outdated CHANGES.txt
1 parent 56e916b commit f779474

File tree

1 file changed

+70
-1
lines changed

1 file changed

+70
-1
lines changed

CHANGES.txt

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,78 @@
11
Version History
22
===============================================================================
33

4-
Version: 0.4.3 (2018-04-xx, unreleased)
4+
5+
Version: 0.6.0 (2022-01-18)
6+
-------------------------------------------------------------------------------
7+
8+
FIXED:
9+
10+
+ issue #17: setup.py: Remove use of "use_2to3" (submitted by: xxx)
11+
12+
13+
Version: 0.5.6 (2020-09-11)
14+
-------------------------------------------------------------------------------
15+
16+
FIXED:
17+
18+
+ parse issue #119 (same as: #121): int_convert memory effect with number-base discovery
19+
+ UPDATE to parse v1.18.0 (needed by: parse issue #119)
20+
21+
22+
Version: 0.5.5 (2020-09-10)
23+
-------------------------------------------------------------------------------
24+
25+
FIXED:
26+
27+
+ parse PR #122: Fixes issue #121 in parse: int_convert memory effect.
28+
29+
30+
Version: 0.5.4 (2020-09-10)
31+
-------------------------------------------------------------------------------
32+
33+
UPDATED:
34+
35+
+ parse v1.17.0
36+
37+
38+
Version: 0.5.3 (2019-12-15)
39+
-------------------------------------------------------------------------------
40+
41+
UPDATED:
42+
43+
+ setup.py: Add support for Python 3.8.
44+
+ UPDATE: Dependencies
45+
46+
47+
Version: 0.5.2 (2019-07-14)
48+
-------------------------------------------------------------------------------
49+
50+
UPDATED:
51+
52+
+ parse v1.12.0
53+
54+
FIXED:
55+
56+
+ Python3 DeprecationWarning for regex (here: in docstrings).
57+
58+
59+
Version: 0.5.1 (2018-05-27)
60+
-------------------------------------------------------------------------------
61+
62+
CHANGED:
63+
64+
+ Add parse_type.cfparse.Parser(..., case_sensitive=False, ...) parameter
65+
to match functionality in parse.Parser constructor (in parse-1.8.4).
66+
+ UPDATE to parse-1.8.4
67+
68+
69+
Version: 0.5.0 (2018-04-08; includes: v0.4.3)
570
-------------------------------------------------------------------------------
671

72+
FIXED:
73+
74+
+ FIX doctest for parse_type.parse module.
75+
776
CHANGES:
877

978
* UPDATE: parse-1.8.3 (was: parse-1.8.2)

0 commit comments

Comments
 (0)