Skip to content

Commit

Permalink
Merge branch 'master' into fix.695
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 4, 2012
2 parents 19b8207 + ca46568 commit 531e9ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Expand Up @@ -18,7 +18,8 @@ Features
reserved for internal usage by Pyramid and they will not be accepted as valid
userids.

- Slightly better debug logging from RepozeWho1AuthenticationPolicy.
- Slightly better debug logging from
``pyramid.authentication.RepozeWho1AuthenticationPolicy``.

- ``pyramid.security.view_execution_permitted`` used to return `True` if no
view could be found. It now raises a ``TypeError`` exception in that case, as
Expand Down Expand Up @@ -53,7 +54,7 @@ Internals
- Move ``TopologicalSorter`` from ``pyramid.config.util`` to ``pyramid.util``,
move ``CyclicDependencyError`` from ``pyramid.config.util`` to
``pyramid.exceptions``, rename ``Singleton`` to ``Sentinel`` and move from
``pyramid.config.util`` to ``pyramid.config.util``; this is in an effort to
``pyramid.config.util`` to ``pyramid.util``; this is in an effort to
move that stuff that may be an API one day out of ``pyramid.config.util``,
because that package should never be imported from non-Pyramid code.
TopologicalSorter is still not an API, but may become one.
Expand Down

0 comments on commit 531e9ac

Please sign in to comment.