]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Release 4.3.0
authorHunter Haugen <hunter@puppetlabs.com>
Fri, 27 Jun 2014 19:30:27 +0000 (12:30 -0700)
committerHunter Haugen <hunter@puppetlabs.com>
Fri, 27 Jun 2014 19:30:27 +0000 (12:30 -0700)
Summary:
This release is the first supported release of the stdlib 4 series. It
emains backwards-compatible with the stdlib 3 series. It adds two new
unctions, one bugfix, and many testin

Features:
- New `bool2str()` function
- New `camalcase()` function

Bugfixes:
- Fix `has_interface_with()` when interfaces fact is nil

CHANGELOG.md
metadata.json

index 97979bfae6f26678f117738dd8e3d94136868e95..acf6032cb6d1e70f35542b38b5acc9919e9f0be7 100644 (file)
@@ -1,3 +1,15 @@
+##2014-06-27 - Supported Release 4.3.0
+### Summary
+This release is the first supported release of the stdlib 4 series. It remains
+backwards-compatible with the stdlib 3 series. It adds two new functions, one bugfix, and many testing updates.
+
+#### Features
+- New `bool2str()` function
+- New `camalcase()` function
+
+#### Bugfixes
+- Fix `has_interface_with()` when interfaces fact is nil
+
 ##2014-06-04 - Release 4.2.2
 ### Summary
 
index ff35d2cccb5b4af6f18949846a5633a3edf39777..121f67307906fe1150485e24b8828543489a195c 100644 (file)
@@ -97,7 +97,7 @@
     }
   ],
   "name": "puppetlabs-stdlib",
-  "version": "4.2.2",
+  "version": "4.3.0",
   "source": "git://github.com/puppetlabs/puppetlabs-stdlib",
   "author": "puppetlabs",
   "license": "Apache 2.0",