summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppet.com>2017-04-28 10:02:42 -0700
committerHelen Campbell <helen@puppetlabs.com>2017-05-09 12:57:20 +0100
commit567b6d3fad75727de66b6ef339d77ef181316603 (patch)
treed2d100a75fe992964c7f3b0ed8a1db4d26de410c /CHANGELOG.md
parent32e5a87bb3b8c1d0fabc1e8c2687e4a750173cb5 (diff)
Release prep 4.17.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eeca835..518040b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## Supported Release 4.17.0
+### Summary
+This release adds a new function `glob()` for expanding file lists. Also works around an issue that appeared in puppet 4.6.0 involving types being declared multiple times.
+
+### Added
+- `glob()` function
+
+### Fixed
+- Occasional duplicate type definitions when using `defined_with_params()`
+- `file_line` encoding issue on ruby 1.8 (unsupported)
+- Huge readme refresh
+
## Supported Release 4.16.0
### Summary