From 27073fc2f0c3352594c5efdf65c1d5640a222688 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 4 Jun 2012 16:15:36 +0200 Subject: [PATCH] changes(2.0.13) += stdin reading Signed-off-by: Nico Schottelius --- doc/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog b/doc/changelog index bbf4d5a1..9eff3efa 100644 --- a/doc/changelog +++ b/doc/changelog @@ -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)