summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2015-08-10 16:15:54 -0700
committerHunter Haugen <hunter@puppetlabs.com>2015-08-10 16:30:27 -0700
commitdfa98b89f7a5513cccc5a4ded4b119dee39d1a59 (patch)
treef442a3edeb8a4432014124898303844f55df76e4 /CHANGELOG.md
parent061d0c29fc54391f3e713e9ed76da3933b19083b (diff)
Prep 4.8.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7343cef..1daa5f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 2015-08-10 - Supported Release 4.8.0
+### Summary
+This release adds a function for reading metadata.json from any module, and expands file\_line's abilities.
+
+#### Features
+- New parameter `replace` on `file_line`
+- New function `load_module_metadata()` to load metadata.json and return the content as a hash.
+- Added hash support to `size()`
+
+#### Bugfixes
+- Fix various docs typos
+- Fix `file_line` resource on puppet < 3.3
+
##2015-06-22 - Supported Release 4.7.0
###Summary