Skip to content

Commit a904b22

Browse files
committed
merge changelog for 2.1.1 (unreleased) with 3.0.0 [ci skip]
1 parent 7532f32 commit a904b22

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
## Version 3.0.0
44
- Dropped support for Python 2.6, 3.2, and 3.3
55
- Add support for Python 3.5 and 3.6
6-
- Maintainers:
7-
- use github.com/kennethreitz/pyandoc
8-
9-
## Version 2.1.1
106
- Updated README:
117
- new restructuring methods from 2.1.0
128
- example of `from_tuples()` added
@@ -15,7 +11,7 @@
1511
- `Node.from_tuples()` will now raise an error if given an empty iterable. This should never happen, and it should error if it does.
1612
- `Interval.distance_to()` gave an incorrect distance when passed the `Interval`'s upper boundary
1713
- Maintainers:
18-
- added testing for Python 3.5
14+
- use github.com/kennethreitz/pyandoc
1915
- reorganize tests
2016
- more tests added to improve code coverage (We're at 95%! Woohoo!)
2117
- test for issue #4 had a broken import reference

README.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,6 @@ Version 3.0.0
372372

373373
- Dropped support for Python 2.6, 3.2, and 3.3
374374
- Add support for Python 3.5 and 3.6
375-
- Maintainers:
376-
377-
- use github.com/kennethreitz/pyandoc
378-
379-
Version 2.1.1
380-
-------------
381-
382375
- Updated README:
383376

384377
- new restructuring methods from 2.1.0
@@ -396,7 +389,7 @@ Version 2.1.1
396389

397390
- Maintainers:
398391

399-
- added testing for Python 3.5
392+
- use github.com/kennethreitz/pyandoc
400393
- reorganize tests
401394
- more tests added to improve code coverage (We're at 95%! Woohoo!)
402395
- test for issue #4 had a broken import reference

0 commit comments

Comments
 (0)