You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## Supported Release 4.17.0
2
+
### Summary
3
+
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.
4
+
5
+
### Added
6
+
-`glob()` function
7
+
8
+
### Fixed
9
+
- Occasional duplicate type definitions when using `defined_with_params()`
10
+
-`file_line` encoding issue on ruby 1.8 (unsupported)
0 commit comments