From 030d10697cc52a5c26d19818140616a485f63428 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 2 Jan 2012 20:41:44 -0500 Subject: - Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5d05b60b8..adc380c34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,8 @@ Features of the instance. Common use-cases for this would be to get a database connection for the request or identify the current user. +- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding. + 1.3a3 (2011-12-21) ================== -- cgit v1.2.3