From 9eb33258b4d1c9d67ac89e5ff9c258749440753d Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 12 Nov 2012 15:14:46 -0800 Subject: [PATCH] update changelog --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index cb458ca..7d4a904 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,14 @@ +0.1a23 +------ + +- [feature] Added ``capture_output()`` function to ``win32`` module. This is a + convenience function which works around an issue when attempting to capture + output from a command when the calling application is a Windows GUI app which + was launched via the Windows console (DOS terminal). + +- [feature] Updated ``User`` and ``Role`` management views for Pyramid apps. + 0.1a22 ------