diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2016-01-12 14:41:49 +0000 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2016-01-12 14:41:49 +0000 |
commit | 4eba9364f1bba6eab447079fcee7f6673b95fede (patch) | |
tree | 408a4cdf000a373585d4c4645480359b1877a080 /CHANGELOG.md | |
parent | f875770245d6ce205dbf97f109d323a473d3e249 (diff) | |
parent | fdf3f22e24a8d62712047bf66848c25461834abd (diff) | |
download | puppet-stdlib-4eba9364f1bba6eab447079fcee7f6673b95fede.tar.gz puppet-stdlib-4eba9364f1bba6eab447079fcee7f6673b95fede.tar.bz2 |
Merge pull request #566 from puppetlabs/4.11.x
4.11.0 merge back
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a0577..2698dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## Supported Release 4.11.0 +###Summary + +Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement. + +####Features +- Adds new parser called is_absolute_path +- Supports Debian 8 + +####Bugfixes +- Allow package_provider fact to resolve on PE 3.x + +####Improvements +- ensures that the test passes independently of changes to rubygems for ensure_resource + ##2015-12-15 - Supported Release 4.10.0 ###Summary |