From 6913dc173303de9534c32d716c22b7f371ab6303 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 28 May 2010 01:30:46 +0200 Subject: [PATCH] Added missing changelog entry --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 8bd22de5..d01577cc 100644 --- a/CHANGES +++ b/CHANGES @@ -22,6 +22,7 @@ Released on May 28th, codename Schnaps the with statement for playing in the console. - the request context is now available within the with statement making it possible to further push the request context or pop it. +- added support for configurations. Version 0.2 -----------