summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-12-18 15:55:33 -0800
committerHunter Haugen <hunter@puppetlabs.com>2014-12-18 15:55:33 -0800
commit1ae0a1070710fdb3e2f377a42109b231c3ccc103 (patch)
treec87a7d62ac8e18eed7f3b2223f789a49244f6708 /CHANGELOG.md
parentbe46f0ea328c7cecfcaeef4696e289bb6adfa124 (diff)
parent49acade831d06182bb63a0c8042341a07db2e5b0 (diff)
Merge pull request #388 from mhaskel/merge_4.5.x_into_master
Merge 4.5.x into master
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fb73db..c66734e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+##2014-12-15 - Supported Release 4.5.0
+###Summary
+
+This release improves functionality of the member function and adds improved future parser support.
+
+####Features
+- MODULES-1329: Update member() to allow the variable to be an array.
+- Sync .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md via modulesync
+
+####Bugfixes
+- Fix range() to work with numeric ranges with the future parser
+- Accurately express SLES support in metadata.json (was missing 10SP4 and 12)
+- Don't require `line` to match the `match` parameter
+
##2014-11-10 - Supported Release 4.4.0
###Summary
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.