Skip to content

Commit cfacdd5

Browse files
author
Travis Fields
committed
Prep for 4.6.0 STDLIB release
1 parent ac3e51b commit cfacdd5

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
##2015-01-14 - Supported Release 4.6.0
2+
###Summary
3+
4+
Improved functionality and preparing for Puppet Next with new parser
5+
6+
####Features
7+
- MODULES-444: concat can now take more than two arrays
8+
- basename function added to have Ruby File.basename functionality
9+
- delete function can now take an array of items to remove
10+
- MODULES-1473: deprecate type function in favor of type_of
11+
12+
####Bugfixes
13+
- Several test case fixes
14+
- Ensure_resource is more verbose on debug mode
15+
16+
117
##2014-12-15 - Supported Release 4.5.0
218
###Summary
319

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)