Skip to content

Commit

Permalink
Merge pull request #71 from mithrandi/changelog-0.13.0
Browse files Browse the repository at this point in the history
Update NEWS.txt for 0.13.0 release.
  • Loading branch information
mithrandi committed Feb 17, 2016
2 parents 84e7226 + b362627 commit 643fbf9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.13.0 (2016-02-16):
- nevow.appserver.Request.headers and received_headers are now deprecated to
follow suit with Twisted; older versions of Nevow will not be compatible
with Twisted 16.0.0 due to these being removed in Twisted.
- nevow.testutil.FakeRequest had similar changes made to assist with
compatibility in test code, and there should be no Nevow code left that
touches the deprecated APIs, but any application code using the old APIs
should be migrated.
- Some very ancient, deprecated things were removed: nevow.canvas,
nevow.livepage, nevow.livetest, nevow.taglibrary (except for the Athena
version of nevow.taglibrary.tabbedPane), nevow.wsgi, and zomne.

0.12.0 (2015-12-16):
- Responses are no longer finished if the connection went away, avoiding an
error message that this used to cause.
Expand Down

0 comments on commit 643fbf9

Please sign in to comment.