From c51edff9f586361dfc13237c2bdf26317f260d30 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 15 Nov 2012 14:15:54 +0100 Subject: [PATCH] ++changes(2.1.0pre8) Signed-off-by: Nico Schottelius --- docs/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog b/docs/changelog index df5c1b2b..c6ea4ffc 100644 --- a/docs/changelog +++ b/docs/changelog @@ -4,15 +4,16 @@ Changelog * Changes are always commented with their author in (braces) * Exception: No braces means author == Nico Schottelius -2.1.0pre8: +2.1.0pre8: 2012-11-15 * Type cleanup: __apt_ppa, __apt_ppa_update_index, __file, __ssh_authorized_key, __timezone, all install types (Steven Armstrong) * Types: Remove all parameter changing code * Type __rvm_ruby: Change parameter "default" to be boolean + * Documentation: Web documentation cleaned up 2.1.0pre7: 2012-11-07 * Core: All unit tests restored back to working - * Core: Print error message on missing initial manifest + * Core: Print error message when missing the initial manifest 2.1.0pre6: 2012-11-05 * New Example: Turn remote calls into local calls (used for unittesting)