diff options
author | David Schmitt <david.schmitt@puppet.com> | 2016-10-12 16:21:22 +0100 |
---|---|---|
committer | David Schmitt <david.schmitt@puppet.com> | 2016-10-12 16:21:22 +0100 |
commit | 1d75813d626a27704242bf12810a7cb79e2b0f59 (patch) | |
tree | ed6d6aecd8d5933669b2bbe1dae68b2bb3947170 | |
parent | a0f86644cd254697b4c875a7a8e34fbb1010cf3a (diff) |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f79f6..9157b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ This bugfix release addresses the `undefined method 'optional_repeated_param'` e It also improves the user experience around function deprecations by emitting one warning per function(-name) instead of only one deprecation overall. This allows users to identify all deprecated functions used in one agent run, with less back-and-forth. -Finally, this release adds additional Puppet 4 overrides for the `is_` counterparts of the deprecated functions to emit the deprecations warnings in all cases. +#### Bugfixes + +* Emit deprecations warnings for each function, instead of once per process. (MODULES-3961) +* Use a universally available API for the v4 deprecation stubs of `is_*` and `validate_*`. (MODULES-3962) +* Make `getvar()` compatible to ruby 1.8.7. (MODULES-3969) +* Add v4 deprecation stubs for the `is_` counterparts of the deprecated functions to emit the deprecations warnings in all cases. + ## Supported Release 4.13.0 ### Summary |