Skip to content

Commit 7891dc0

Browse files
committed
Add CHANGELOG for the py.code merge
1 parent e43eaff commit 7891dc0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
found in the environment, even when -vv isn't used.
3131
Thanks `@The-Compiler`_ for the PR.
3232

33+
* `py.code <http://pylib.readthedocs.org/en/latest/code.html>`_ has been
34+
merged into the ``pytest`` repository. This decision was made because
35+
``py.code`` had very few uses outside ``pytest`` and the fact that it was
36+
in a different repository made it difficult to fix bugs on its code in a
37+
timely manner. The team hopes with this to be able to better refactor out
38+
and improve that code.
39+
This change shouldn't affect users, but it is useful to let users aware
40+
if they encounter any strange behavior.
41+
3342

3443
**Bug Fixes**
3544

0 commit comments

Comments
 (0)