summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-06-27 12:30:27 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-06-27 12:30:27 -0700
commitae82e2cb17c2829d4568ed7223ac8888a47c1d77 (patch)
tree517f2c04b6043f8fdf2d89fb9ee6d4382716e8d7 /CHANGELOG.md
parenta2b0ea79a9038c6a770fbc15edf11bf8ce43dfb9 (diff)
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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97979bf..acf6032 100644
--- a/CHANGELOG.md
+++ b/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
### Summary