diff --git a/NEWS.rst b/NEWS.rst index 94d924b3..c398cad3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,30 @@ +Nevow 0.14.1 (2016-08-29) +========================= + +Features +-------- + +- Nevow will now correctly map the MIME type of SVG files even if the + platform registry does not have such a mapping. (#88) +- Athena no longer logs widget instantiation on initial page load. + (#92) + +Bugfixes +-------- + +- Nevow's test suite is now compatible with Twisted 16.3. (#82) +- Athena will no longer cause spurious errors resulting from page + disconnection. (#84) +- Athena will now ignore responses to already-responded remote calls + during page shutdown. (#86) + +Improved Documentation +---------------------- + +- Nevow's NEWS file is now generated from news fragments by towncrier. + (#81) + + 0.14.0 (2016-05-08): - Fixed compatibility with Twisted 16.1. - nevow.page rendering speed was increased by about 7% on CPython (2.7.11) diff --git a/nevow/newsfragments/81.doc b/nevow/newsfragments/81.doc deleted file mode 100644 index 76d2c7cc..00000000 --- a/nevow/newsfragments/81.doc +++ /dev/null @@ -1 +0,0 @@ -Nevow's NEWS file is now generated from news fragments by towncrier. diff --git a/nevow/newsfragments/82.bugfix b/nevow/newsfragments/82.bugfix deleted file mode 100644 index 4c781514..00000000 --- a/nevow/newsfragments/82.bugfix +++ /dev/null @@ -1 +0,0 @@ -Nevow's test suite is now compatible with Twisted 16.3. diff --git a/nevow/newsfragments/84.bugfix b/nevow/newsfragments/84.bugfix deleted file mode 100644 index 32efba9f..00000000 --- a/nevow/newsfragments/84.bugfix +++ /dev/null @@ -1 +0,0 @@ -Athena will no longer cause spurious errors resulting from page disconnection. diff --git a/nevow/newsfragments/86.bugfix b/nevow/newsfragments/86.bugfix deleted file mode 100644 index 80ba6d2c..00000000 --- a/nevow/newsfragments/86.bugfix +++ /dev/null @@ -1 +0,0 @@ -Athena will now ignore responses to already-responded remote calls during page shutdown. diff --git a/nevow/newsfragments/88.feature b/nevow/newsfragments/88.feature deleted file mode 100644 index 49a112ff..00000000 --- a/nevow/newsfragments/88.feature +++ /dev/null @@ -1 +0,0 @@ -Nevow will now correctly map the MIME type of SVG files even if the platform registry does not have such a mapping. diff --git a/nevow/newsfragments/92.feature b/nevow/newsfragments/92.feature deleted file mode 100644 index 8d721a96..00000000 --- a/nevow/newsfragments/92.feature +++ /dev/null @@ -1 +0,0 @@ -Athena no longer logs widget instantiation on initial page load.