File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ What's New
5
5
6
6
.. _whats-new-0.14.x :
7
7
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
+
8
24
What's new in version 0.14.1
9
25
============================
10
26
You can’t perform that action at this time.
0 commit comments