From 98ea383b580b77a2ff8cd81743ad0f0d90574547 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 4 Nov 2009 05:39:49 +0000 Subject: - The ``bfgshell`` command did not function properly; it was still expecting to be able to call the root factory with a bare ``environ`` rather than a request object. - The ``repoze.bfg.scripting.get_app`` function now expects a ``request`` object as its second argument rather than an ``environ``. --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 6ce4a56fc..1e9c49482 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,17 @@ Bug Fixes output is now sent to the console. Thanks to Daniel Holth for the patch. +- The ``bfgshell`` command did not function properly; it was still + expecting to be able to call the root factory with a bare + ``environ`` rather than a request object. + +Backwards Incompatibilities +--------------------------- + +- The ``repoze.bfg.scripting.get_app`` function now expects a + ``request`` object as its second argument rather than an + ``environ``. + 1.1b2 (2009-11-02) ================== -- cgit v1.2.3