Release 4.3.0

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
This commit is contained in:
Hunter Haugen 2014-06-27 12:30:27 -07:00
parent a2b0ea79a9
commit ae82e2cb17
2 changed files with 13 additions and 1 deletions

View 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

View 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",