From b93af955803b3ae9dec72d6e3b0d3d3014e58b3f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Aug 2011 10:56:13 -0400 Subject: - When a ``renderers=`` argument is not specified to the Configurator constructor, eagerly register and commit the default renderer set. This permits the overriding of the default renderers, which was broken in 1.2a1 without a commit directly after Configurator construction. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5e4c63df1..e5340de4c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +Next release +============ + +- When a ``renderers=`` argument is not specified to the Configurator + constructor, eagerly register and commit the default renderer set. This + permits the overriding of the default renderers, which was broken in 1.2a1 + without a commit directly after Configurator construction. + 1.2a1 (2011-08-24) ================== -- cgit v1.2.3