changes(2.0.13) += stdin reading

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-06-04 16:15:36 +02:00
parent 56222d1f85
commit 27073fc2f0
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Changelog
* Bugfix __ssh_authorized_key: Ensure it sets proper group (contradict)
* Bugfix __addifnosuchline: Fixed quotes/interpolation bug ("a b" became "a b")
* New Explorer: interfaces (Sébastien Gross)
* Feature core: Support reading from stdin in types (Steven Armstrong)
* Feature __file: Support reading from stdin with - syntax (Steven Armstrong)
2.0.12: 2012-05-29
* Core: Correctly raise error on Python < 3.2 (Steven Armtrong)