diff --git a/docs/changelog b/docs/changelog index 05d6d96b..7475a566 100644 --- a/docs/changelog +++ b/docs/changelog @@ -4,6 +4,18 @@ Changelog * Changes are always commented with their author in (braces) * Exception: No braces means author == Nico Schottelius + +2.1.0pre1: + * Core: Removed obsolete variable __self + * Removed type __addifnosuchline (replaced by __line) + * Removed type __removeline (replaced by __line) + * Type __directory: Parameter --parents and --recursive are now boolean + * Type __package_apt, __package_luarocks, __package_opkg, + __package_pacman, __package_pkg_freebsd, __package_pkg_openbsd, + __package_rubygem, __package_yum, __process: + Parameter state accepts only "present" and "absent" + * Initial support for pypi packaging + 2.0.15: * Core: Make variable __object_name available in type explorers (Steven Armtrong) * New Type: __qemu_img diff --git a/docs/changelog-2.1 b/docs/changelog-2.1 deleted file mode 100644 index a5f7ca98..00000000 --- a/docs/changelog-2.1 +++ /dev/null @@ -1,15 +0,0 @@ -Changelog (v2.1 specific) -------------------------- - - * Changes are always commented with their author in (braces) - * Exception: No braces means author == Nico Schottelius - -2.1.0pre1: - * Core: Removed obsolete variable __self - * Removed type __addifnosuchline (replaced by __line) - * Removed type __removeline (replaced by __line) - * Type __directory: Parameter --parents and --recursive are now boolean - * Type __package_apt, __package_luarocks, __package_opkg, - __package_pacman, __package_pkg_freebsd, __package_pkg_openbsd, - __package_rubygem, __package_yum, __process: - Parameter state accepts only "present" and "absent"