Skip to content

Commit

Permalink
Copy the notice about dict-style access to options to the backwards-c…
Browse files Browse the repository at this point in the history
…ompat section.
  • Loading branch information
bdarnell committed Mar 31, 2013
1 parent 6c6b72f commit 86c07fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/releases/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Backwards-incompatible changes
* ``tornado.netutil.TCPServer`` has moved to its own module,
`tornado.tcpserver`.
* The Tornado test suite now requires ``unittest2`` when run on Python 2.6.
* `tornado.options.options` is no longer a subclass of `dict`; attribute-style
access is now required.


Detailed changes by module
Expand Down

0 comments on commit 86c07fb

Please sign in to comment.