]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Prep for 4.6.0 STDLIB release
authorTravis Fields <travis@puppetlabs.com>
Wed, 14 Jan 2015 01:17:48 +0000 (17:17 -0800)
committerTravis Fields <travis@puppetlabs.com>
Wed, 14 Jan 2015 01:37:08 +0000 (17:37 -0800)
CHANGELOG.md
metadata.json

index c66734ebb4aa58c26f93560dd7dc9c9b4ed10fb9..e49489b2d4c07dc26fcfb34e930c9713d5759273 100644 (file)
@@ -1,3 +1,19 @@
+##2015-01-14 - Supported Release 4.6.0
+###Summary
+
+Improved functionality and preparing for Puppet Next with new parser
+
+####Features
+- MODULES-444: concat can now take more than two arrays
+- basename function added to have Ruby File.basename functionality
+- delete function can now take an array of items to remove
+- MODULES-1473: deprecate type function in favor of type_of
+
+####Bugfixes
+- Several test case fixes
+- Ensure_resource is more verbose on debug mode
+
+
 ##2014-12-15 - Supported Release 4.5.0
 ###Summary
 
index 09ad4e889bae259af9416d6db65f5784521eb404..27def9c089ad240212d56a70d3cc305f76521881 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-stdlib",
-  "version": "4.5.0",
+  "version": "4.5.1",
   "author": "puppetlabs",
   "summary": "Standard library of resources for Puppet modules.",
   "license": "Apache-2.0",