Skip to content

Commit abb56a3

Browse files
committed
Update the changelog.
1 parent 68615c5 commit abb56a3

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,16 @@ The full list of contributors is in :code:`AUTHORS.rst` or `on GitHub <https://g
6969
Changelog
7070
---------
7171

72-
Changes as of 10 May 2016
72+
Changes as of 23 December 2016
73+
74+
1.0.2 <23 December 2016>
75+
^^^^^^^^^^^^^^^^^^^^^^^^
76+
77+
- "Add" Python 3.6 support. It's not in Travis as an allowed failure and didn't require any code changes to pass!
78+
- Fix a major bug with the receipt cancel API. I was using a `GET` request instead of a `POST`
79+
- Stop using the `releases` Sphinx plugin for the changelog. Its philosophy didn't match well with mine
80+
- Update release procedure based on no longer using `releases`
81+
- Some minor documentation fixes
7382

7483
1.0.1 <10 May 2016>
7584
^^^^^^^^^^^^^^^^^^^

docs/source/changelog.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@ Changelog
1515
Details about this versioning scheme can be found on the `Semver website <http://semver.org/spec/v2.0.0.html>`_.
1616
Versions postfixed with '-dev' are currently under development and those without a postfix are stable releases.
1717

18-
Changes as of 10 May 2016
18+
Changes as of 23 December 2016
19+
20+
1.0.2 <23 December 2016>
21+
^^^^^^^^^^^^^^^^^^^^^^^^
22+
23+
- "Add" Python 3.6 support. It's not in Travis as an allowed failure and didn't require any code changes to pass!
24+
- Fix a major bug with the receipt cancel API. I was using a `GET` request instead of a `POST`
25+
- Stop using the `releases` Sphinx plugin for the changelog. Its philosophy didn't match well with mine
26+
- Update release procedure based on no longer using `releases`
27+
- Some minor documentation fixes
28+
1929

2030
1.0.1 <10 May 2016>
2131
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)