summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.0.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 15:06:09 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 15:06:09 -0500
commita2b9b6895eed73e0cf1733587005bbb69df0330f (patch)
tree72efff3cca9e2d3f119084f4be6b49093a96d651 /docs/whatsnew-1.0.rst
parentb70bdb66029f04026d0f5503d8010b60f48d4fa2 (diff)
downloadpyramid-a2b9b6895eed73e0cf1733587005bbb69df0330f.tar.gz
pyramid-a2b9b6895eed73e0cf1733587005bbb69df0330f.tar.bz2
pyramid-a2b9b6895eed73e0cf1733587005bbb69df0330f.zip
add notes about documentation changes
Diffstat (limited to 'docs/whatsnew-1.0.rst')
-rw-r--r--docs/whatsnew-1.0.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/whatsnew-1.0.rst b/docs/whatsnew-1.0.rst
index 91253b29b..4df1946a1 100644
--- a/docs/whatsnew-1.0.rst
+++ b/docs/whatsnew-1.0.rst
@@ -561,5 +561,17 @@ Documentation Enhancements
- The (weak) "Converting a CMF Application to Pyramid" tutorial has been
removed from the tutorials section. It was moved to the
- ``pyramid_tutorials`` Github repository.
+ ``pyramid_tutorials`` Github repository at
+ http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/.
+
+- Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid"
+ tutorials out of core documentation and into the Pyramid Tutorials site
+ (http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/).
+
+- Removed API documentation for deprecated ``pyramid.testing`` APIs named
+ ``registerDummySecurityPolicy``, ``registerResources``, ``registerModels``,
+ ``registerEventListener``, ``registerTemplateRenderer``,
+ ``registerDummyRenderer``, ``registerView``, ``registerUtility``,
+ ``registerAdapter``, ``registerSubscriber``, ``registerRoute``, and
+ ``registerSettings``.