From 38844f75e4a2cd85315f1d570b5b63d00ec1b0b4 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 20 Mar 2013 23:12:32 -0500 Subject: update CHANGES.txt --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 6ff54884a..2366522df 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,14 @@ Features define how to properly handle IPv6. See https://github.com/Pylons/pyramid/issues/831. +- Make it possible to use variable arguments via + ``pyramid.paster.get_appsettings``. This also allowed the generated + ``initialize_db`` script from the ``alchemy`` scaffold to grow support + for options in the form ``a=1 b=2`` so you can fill in + values in a parameterized ``.ini`` file, e.g. + ``initialize_myapp_db etc/development.ini a=1 b=2``. + See https://github.com/Pylons/pyramid/pull/911 + Bug Fixes --------- -- cgit v1.2.3 From ea278e1e6e0f5cde50d260ebf5f4ff13bbcf0d38 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 1 Apr 2013 12:39:34 -0500 Subject: update changelog --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 2366522df..9d400f5b2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -78,6 +78,10 @@ Bug Fixes methods. Now the views are found and no predicate mismatch is raised. +- Spaces and dots may now be in mako renderer template paths. This was + broken when support for the new makodef syntax was added in 1.4a1. + See https://github.com/Pylons/pyramid/issues/950 + 1.4 (2012-12-18) ================ -- cgit v1.2.3 From 20c57e6cbdd28fba9fa660d6d47f940a6b9c730b Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 3 Apr 2013 03:57:07 -0500 Subject: update changelog --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 9d400f5b2..08e498b7a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -82,6 +82,11 @@ Bug Fixes broken when support for the new makodef syntax was added in 1.4a1. See https://github.com/Pylons/pyramid/issues/950 +- ``pyramid.debug_authorization=true`` will now correctly print out + ``Allowed`` for views registered with ``NO_PERMISSION_REQUIRED`` instead + of invoking the ``permits`` method of the authorization policy. + See https://github.com/Pylons/pyramid/issues/954 + 1.4 (2012-12-18) ================ -- cgit v1.2.3