summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-08-05 10:55:58 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-08-05 10:55:58 -0700
commit2ba0e375e2bb5b4a85eac781f02f6a3e8b96e0f6 (patch)
tree3e6519a658f623c81667271c8c6f9a8b431f6aa2 /CHANGELOG.md
parente310b1fdab7be1478b464167d2be20f0d4e5f63a (diff)
parent4c62b7a2eeec8d6e49ae8b05f2ed000a2b544cc2 (diff)
Merge branch '4.3.x'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a3597e..0a63ec6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+##2014-07-14 - Supported Release 4.3.1
+### Summary
+This supported release updates the metadata.json to work around upgrade behavior of the PMT.
+
+#### Bugfixes
+- Synchronize metadata.json with PMT-generated metadata to pass checksums
+
+##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
+
+This release adds PE3.3 support in the metadata and fixes a few tests.
+
## 2014-05-08 - Release - 4.2.1
### Summary
This release moves a stray symlink that can cause problems.