Pyramid 1.1b4 has been released.

Here are the changes:

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

- Added a section entitled "Writing a Script" to the "Command-Line
  Pyramid" chapter.

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

- We added the ``pyramid.scripting.make_request`` API too hastily in
  1.1b3.  It has been removed.  Sorry for any inconvenience.  Use the
  ``pyramid.request.Request.blank`` API instead.

Features
--------

- The ``paster pshell``, ``paster pviews``, and ``paster proutes``
  commands each now under the hood uses ``pyramid.paster.bootstrap``,
  which makes it possible to supply an ``.ini`` file without naming
  the "right" section in the file that points at the actual Pyramid
  application.  Instead, you can generally just run ``paster
  {pshell|proutes|pviews} development.ini`` and it will do mostly the
  right thing.

Bug Fixes
---------

- Omit custom environ variables when rendering a custom exception
  template in
  ``pyramid.httpexceptions.WSGIHTTPException._set_default_attrs``;
  stringifying thse may trigger code that should not be executed; see
  https://github.com/Pylons/pyramid/issues/239

More
----

A "What's New In Pyramid 1.1" document exists at
http://docs.pylonsproject.org/projects/pyramid/1.1/whatsnew-1.1.html .

You will be able to see the 1.1 release documentation (across all
alphas and betas, as well as when it eventually gets to final release)
at http://docs.pylonsproject.org/projects/pyramid/1.1/ .

You can install it via PyPI:

  easy_install Pyramid==1.1b3

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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to