Pyramid 1.7.1 has been released.
- Correct the column type used for page in the SQLAlchemy + URL Dispatch tutorial by
changing it from Integer to Text.
- Fix a bug in which the ``password_hash`` in the SQLAlchemy + URL Dispatch tutorial
was sometimes being treated as bytes instead of unicode.
- Properly emit a ``DeprecationWarning`` for using
``pyramid.config.Configurator.set_request_property`` instead of
``pyramid.config.Configurator.add_request_method``.
- Fixed bug in `proutes` such that it now shows the correct view when a class
and `attr` is involved.
- The JSON renderers now encode their result as UTF-8.
- The renderers will now warn the user and encode the result as UTF-8 if a
renderer returns a text type and the response does not have a valid character set.