++changes(2.1.0pre8)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-15 14:15:54 +01:00
parent cad5015962
commit c51edff9f5
1 changed files with 3 additions and 2 deletions

View File

@ -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)