Skip to content

Commit 9ff7cc5

Browse files
committed
Release prep.
1 parent df607eb commit 9ff7cc5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

HISTORY.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@ Release History
33

44
.. :changelog:
55
6+
v0.8 (2018-02-18)
7+
------------------------
8+
9+
New
10+
~~~
11+
- Added ConfigOpts.configClassOpts() helper for obtaining the dict of arguments
12+
for :class:`nicfit.config.ConfigClass`
13+
- attrs (https://github.com/python-attrs/attrs) based
14+
:class:`nicfit.config.ConfigOpts`.
15+
- Filter duplicate emails when generating AUTHORS.rst.
16+
- Flush stdout and stderr before sys.exit()
17+
- :class:`nicfit.command.Command` API refactor (and deprecation of older API)
18+
- Per Command class registration lists makes for more granular command grouping.
19+
- :class:`nicfit.command.SubCommandCommand` (and a :mod:`nicfit.aio` verison)
20+
for building commands around subparsers.
21+
22+
23+
Fix
24+
~~~
25+
- Required subparser support using Python3.7 argparse and faking support
26+
for lesser version.
27+
28+
Other
29+
~~~~~
30+
- Some docs, and example commands.
31+
- Added deprecated details.
32+
- Fixed tests from enableCommands removal.
33+
34+
635
v0.8b3 (2018-02-11)
736
------------------------
837

@@ -53,6 +82,7 @@ New
5382
- Filter duplicate emails when generating AUTHORS.rst.
5483
- Flush stdout and stderr before sys.exit()
5584

85+
5686
Other
5787
~~~~~
5888
- Update pytest from 3.2.5 to 3.3.1 (#169) <github-bot@pyup.io>

0 commit comments

Comments
 (0)