Skip to content

Commit 66381c0

Browse files
committed
Note about changelog entries for changes not in cpython.
1 parent b66b5b9 commit 66381c0

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changelog from Python's News
2-
============================
1+
Changelog
2+
=========
33

44
.. include:: ../CHANGELOG.rst

docs/index.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ with Mock functionality should be reported to the `Python bug tracker
5959

6060
.. index:: python changes
6161

62-
Python Changes
63-
++++++++++++++
62+
Changelog
63+
+++++++++
6464

6565
See the :doc:`change log <changelog>`.
6666

@@ -78,7 +78,11 @@ Committers can just push as desired: since all semantic development takes
7878
place in cPython, the backport process is as lightweight as we can make it.
7979

8080
mock is CI tested using Travis-CI on Python versions 2.7, 3.4,
81-
3.5, 3.6, nightly Python 3 builds, pypy, pypy3.
81+
3.5, 3.6, pypy, pypy3.
82+
83+
If you end up fixing anything backport-specific, please add an entry
84+
to the top of ``CHANGELOG.rst`` so it shows up in the next release
85+
notes.
8286

8387
Releasing
8488
---------

0 commit comments

Comments
 (0)