forked from psolin/cleanco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
54 lines (38 loc) · 935 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Changelog
**********
2.1 (unreleased)
----------------
- Support Python 3.6-3.9
2.0.1 (2020-04-26)
-------------------
- Read README.md into pkg description
2.0.0 (2020-04-26)
-------------------
- Major refactoring & cleanup (e.g. #16)
- Optimizations (#31)
- New improved API (start deprecating old)
- Python3 only (#46)
- Better Unicode matching (#45)
- Switch to YYYY-MM-DD version timestamps
1.3 (9.9. 2015)
----------------
- Switch to setuptools
- Support unicode input
1.2.1 (2.9. 2015)
------------------
- Fix stupid indentation bug (blush)
- Fix broken 1.2 speedup logic; move to module level
1.2 (2.9. 2015)
----------------
- Major speedup by moving logic to class
constructor
- Improved readme
1.1 (24.8. 2015)
-----------------
- Support prefixed and in-middle terms
- Support multiple terms per name
- Cleanup & refactoring
- First PyPI release
1.0 (Mar 20, 2014)
-------------------
- GitHub release