Skip to content

Commit 72d4a6c

Browse files
authored
Merge pull request #87 from nicoddemus/changelog
Update CHANGELOG for next version
2 parents 3f457af + 4ee477b commit 72d4a6c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.6.0 (unreleased)
2+
------------------
3+
4+
* ``execnet`` no longer supports Python 2.6 and 3.3 (#85). Users of those Python versions
5+
using a recent enough ``pip`` should not be affected, as ``pip`` will only install
6+
``1.5.0`` for them.
7+
18
1.5.0
29
-----
310

@@ -23,7 +30,7 @@
2330

2431
- fix #49 - use inspect.getfullargspec if possible to avoid deprecationwarnings
2532

26-
- fix #56 - use partials in safe_terminate to avoid a bad carried binding
33+
- fix #56 - use partials in safe_terminate to avoid a bad carried binding
2734

2835
- fix spec parsing on Windows due to path containing '\' characters.
2936

0 commit comments

Comments
 (0)