summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-03 19:02:53 -0400
committerChris McDonough <chrism@plope.com>2012-11-03 19:02:53 -0400
commit66fe1d05adbbcb07482972b4fd512676d68388ee (patch)
tree8351507e60baa9a383e9fc5c9d717029debbfd95 /CHANGES.txt
parent20370c3a7b6355f9a43855af3bccf918f9970435 (diff)
downloadpyramid-66fe1d05adbbcb07482972b4fd512676d68388ee.tar.gz
pyramid-66fe1d05adbbcb07482972b4fd512676d68388ee.tar.bz2
pyramid-66fe1d05adbbcb07482972b4fd512676d68388ee.zip
- 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.
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)
==================