-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
79 lines (51 loc) · 1.89 KB
/
ChangeLog
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
2022 May 06 Sergey Satskiy <[email protected]>
* Release 3.3.2
* Fix the package description
2022 Feb 06 Sergey Satskiy <[email protected]>
* Release 3.3.1
* Fix the package description
2022 Feb 06 Sergey Satskiy <[email protected]>
* Release 3.3.0
* Python 3.9 support
* Bug fix: properly NULL terminated string to compare for static method
decorator
* Be more PEP8 compliant with the argument names
* API change: now the decorators may have the 'arguments' member set to None
- case 1: decor
arguments will be None
- case 2: decor()
arguments will be []
2020 Apr 07 Sergey Satskiy <[email protected]>
* Release 3.2.1
* Fix: incorrect python version spec in setup.py
2020 Apr 06 Sergey Satskiy <[email protected]>
* Release 3.2.0
* Python 3.8 support
* Docstrings now provide both start line and end line. Backward compatibilty is
preserved
* Do not build the 'tree' utility by default
2019 Jul 29 Sergey Satskiy <[email protected]>
* Release 3.1.1
* Make it buildable for MacOS with clang
2019 Apr 24 Sergey Satskiy <[email protected]>
* Release 3.1.0
* Python 3.7 support
* Minor fixes in setup.py
2018 Aug 01 Sergey Satskiy <[email protected]>
* Release 3.0.3
* Be pep8 compliant when display names are formed
2017 Nov 16 Sergey Satskiy <[email protected]>
* Release 3.0.2
* Bug fix: correct handling of the docstrings which start with 'r' or 'u'
2017 Aug 21 Sergey Satskiy <[email protected]>
* Release v.3.0.1
* Fix: missed quote in the nice stringify output
* Better package description
* Cosmetics
2017 Aug 20 Sergey Satskiy <[email protected]>
* First python 3 release v.3.0.0
* Python 3.5 syntax covered
2016 Jul 22 Sergey Satskiy <[email protected]>
* Release v.2.0.1 using the updated releasing procedure
2016 Apr 25 Sergey Satskiy <[email protected]>
* First release using travis v.2.0.0