We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc586de commit 02076d3Copy full SHA for 02076d3
Changelog.md
@@ -1,10 +1,14 @@
1
# Changelog
2
3
-## 0.7.1 ()
+## 0.7.1 (September 2019)
4
+
5
+Release 0.7.1 is a minor release and contains several documentation improvements and a new feature:
6
-- Extended `add_ordered_transitions` documentation
7
- Feature #334: Added Enum (Python 3.4+: `enum` Python 2.7: `enum34`) support (thanks @artofhuman and @justinttl)
8
- Replaced test framework `nosetests` with `pytest` (thanks @artofhuman)
9
+- Extended `add_ordered_transitions` documentation in `Readme.md`
10
+- Collected code snippets from earlier discussions in `examples/Frequently asked questions.ipynb`
11
+- Improved stripping of `long_description` in `setup.py` (thanks @artofhuman)
12
13
## 0.7.0 (August 2019)
14
0 commit comments