Merge branch 'master' of ssh://edbob.org/srv/git/edbob
This commit is contained in:
commit
99866edac8
2 changed files with 11 additions and 1 deletions
10
CHANGES.txt
10
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
|
0.1a22
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1a23'
|
__version__ = '0.1a24'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue