summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 86a9e8b50..298bddf7a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -38,6 +38,17 @@ Bug Fixes
be unmolested on the way out. See
https://github.com/Pylons/pyramid/issues/709
+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
+ 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.
+
1.4a3 (2012-10-26)
==================