summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Lovelace <jesse.lovelace@gmail.com>2015-12-15 14:53:01 -0600
committerJesse Lovelace <jesse.lovelace@gmail.com>2015-12-15 14:53:01 -0600
commitd2ae00cd5fe821d4ab96b3fd1c05c6c2d3d1c27d (patch)
treedeed51707ab9f4a1128a2bf2bc0800477cc55886 /CHANGELOG.md
parent93600e45b006eeebfa012b4f8ffd7ca31643d330 (diff)
parent0b4822be3d2242e83c28ab7fed6c5817adc322d5 (diff)
downloadpuppet-stdlib-d2ae00cd5fe821d4ab96b3fd1c05c6c2d3d1c27d.tar.gz
puppet-stdlib-d2ae00cd5fe821d4ab96b3fd1c05c6c2d3d1c27d.tar.bz2
Merge pull request #558 from puppetlabs/4.10.x
4.10.x mergeback
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83f57f5..94a0577 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,35 @@
+##2015-12-15 - Supported Release 4.10.0
+###Summary
+
+Includes the addition of several new functions and considerable improvements to the existing functions, tests and documentation. Includes some bug fixes which includes compatibility, test and fact issues.
+
+####Features
+- Adds service_provider fact
+- Adds is_a() function
+- Adds package_provider fact
+- Adds validate_ip_address function
+- Adds seeded_rand function
+
+####Bugfixes
+- Fix backwards compatibility from an improvement to the parseyaml function
+- Renaming of load_module_metadata test to include _spec.rb
+- Fix root_home fact on AIX 5.x, now '-c' rather than '-C'
+- Fixed Gemfile to work with ruby 1.8.7
+
+####Improvements
+- (MODULES-2462) Improvement of parseyaml function
+- Improvement of str2bool function
+- Improvement to readme
+- Improvement of intersection function
+- Improvement of validate_re function
+- Improved speed on Facter resolution of service_provider
+- empty function now handles numeric values
+- Package_provider now prevents deprecation warning about the allow_virtual parameter
+- load_module_metadata now succeeds on empty file
+- Check added to ensure puppetversion value is not nil
+- Improvement to bool2str to return a string of choice using boolean
+- Improvement to naming convention in validate_ipv4_address function
+
## Supported Release 4.9.1
###Summary