forked from 20c/pymdgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.yaml
40 lines (40 loc) · 1.01 KB
/
CHANGELOG.yaml
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
0.1.1:
added:
- 'fix #2: only generate docs for classes and functions defined in the targeted
module'
- 'fix #4: Class docs: Recognize properties that have a `help` attribute'
fixed:
- 'fix #3: include module name and docstring'
0.2.0:
added:
- 'fix #5: instanced attributes section'
- 'fix #7: add class methods'
0.2.1:
added:
- check for existance of `pymdgen_type_info` when documenting class attributes
0.2.2:
fixed:
- 'fix #8: separate section for classes and functions'
- 'fix #10: Function spec needs to work correctly for decorated functions (py3 only)'
0.2.3:
fixed:
- 'fix #11: ```sh code block for command output'
1.0.0:
added:
- python3.7 support (#12)
- python3.8 support (#12)
- python3.9 support (#12)
changed:
- use poetry for package management (#13)
- github workflows (#13)
removed:
- python2.7 support (#12)
- python3.4 support (#12)
- python3.5 support (#12)
Unreleased:
added: []
changed: []
deprecated: []
fixed: []
removed: []
security: []