From dceff57884836c6bbf9099c427108e5fa9e46e58 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 12 Sep 2011 12:50:34 -0400 Subject: - Route pattern replacement marker names can now begin with an underscore. See https://github.com/Pylons/pyramid/issues/276. Closes #276. --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 7488be4cb..ac3b9aafc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Next release +============ + +Features +-------- + +- Route pattern replacement marker names can now begin with an underscore. + See https://github.com/Pylons/pyramid/issues/276. + 1.2b3 (2011-09-11) ================== -- cgit v1.2.3