Skip to content

Commit 5924c81

Browse files
committed
Update What's New doc for v0.14.2
1 parent 834afab commit 5924c81

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/whatsnew.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ What's New
55

66
.. _whats-new-0.14.x:
77

8+
What's new in version 0.14.2
9+
============================
10+
11+
This is a bug-fix release:
12+
13+
- Speed up importing of ``past.translation`` (issue #117)
14+
- ``html.escape()``: replace function with the more robust one from Py3.4
15+
- futurize: avoid displacing encoding comments by __future__ imports (issues #97, #10, #121)
16+
- futurize: don't swallow exit code (issue #119)
17+
- Packaging: don't forcibly remove the old build dir in ``setup.py`` (issue #108)
18+
- Docs: update further docs and tests to refer to ``install_aliases()`` instead of
19+
``install_hooks()``
20+
- Docs: fix ``iteritems`` import error in cheat sheet (issue #120)
21+
- Tests: don't rely on presence of ``test.test_support`` on Py2 or ``test.support`` on Py3 (issue #109)
22+
- Tests: don't override existing ``PYTHONPATH`` for tests (PR #111)
23+
824
What's new in version 0.14.1
925
============================
1026

0 commit comments

Comments
 (0)