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:
parent
a2b0ea79a9
commit
ae82e2cb17
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
##2014-06-04 - Release 4.2.2
|
||||||
### Summary
|
### Summary
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"name": "puppetlabs-stdlib",
|
"name": "puppetlabs-stdlib",
|
||||||
"version": "4.2.2",
|
"version": "4.3.0",
|
||||||
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
|
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
|
||||||
"author": "puppetlabs",
|
"author": "puppetlabs",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
|
|
Loading…
Reference in a new issue