Pyramid 1.3a2 has been released.  It is another alpha in the 1.3
series.

Here's what happened:

   1.3a2 (2011-12-14)
   ==================

   Features
   --------

   - New API: ``pyramid.view.view_defaults``. If you use a class as a
     view, you can use the new ``view_defaults`` class decorator on
     the class to provide defaults to the view configuration
     information used by every ``@view_config`` decorator that
     decorates a method of that class.  It also works against view
     configurations involving a class made imperatively.

   - Added a backwards compatibility knob to ``pcreate`` to emulate
     ``paster create`` handling for the ``--list-templates`` option.

   - Changed scaffolding machinery around a bit to make it easier for
     people who want to have extension scaffolds that can work across
     Pyramid 1.0.X, 1.1.X, 1.2.X and 1.3.X.  See the new "Creating
     Pyramid Scaffolds" chapter in the narrative documentation for
     more info.

   Documentation
   -------------

   - Added documentation to "View Configuration" narrative
     documentation chapter about ``view_defaults`` class decorator.

   - Added API docs for ``view_defaults`` class decorator.

   - Added an API docs chapter for ``pyramid.scaffolds``.

   - Added a narrative docs chapter named "Creating Pyramid
     Scaffolds".

   Backwards Incompatibilities
   ---------------------------

   - The ``template_renderer`` method of
     ``pyramid.scaffolds.PyramidScaffold`` was renamed to
     ``render_template``.  If you were overriding it, you're a bad
     person, because it wasn't an API before now.  But we're nice so
     we're letting you know.

The documentation for the release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/

A detailed "What's New in Pyramid 1.3" document is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/whatsnew-1.3.html

You can install it via PyPI:

  easy_install Pyramid==1.3a2

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- C


-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to