Skip to content

Commit 768b6ce

Browse files
author
Helen
committed
Merge pull request #596 from tphoney/4.12.0_release_prep
4.12.0 release prep
2 parents d9f6538 + cf171a7 commit 768b6ce

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Supported Release 4.12.0
22
###Summary
33

4-
This release provides several new functions, bugfixes, and some documentation updates.
4+
This release provides several new functions, bugfixes, modulesync changes, and some documentation updates.
55

66
####Features
77
- Adds `clamp`. This function keeps values within a specified range.
@@ -10,12 +10,19 @@ This release provides several new functions, bugfixes, and some documentation up
1010
- Extends the `base64` support to fit `rfc2045` and `rfc4648`.
1111
- Adds `is_ipv6_address` and `is_ipv4_address`. These functions validate the specified ipv4 or ipv6 addresses.
1212
- Adds `enclose_ipv6`. This function encloses IPv6 addresses in square brackets.
13-
- Adds `ensure_resources`. This function takes a list of resources and creates them if they don't exist.
13+
- Adds `ensure_resources`. This function takes a list of resources and creates them if they do not exist.
1414
- Extends `suffix` to support applying a suffix to keys in a hash.
15+
- Apply modulesync changes.
16+
- Add validate_email_address function.
17+
- Add support for regular expressions to delete.
1518

1619
####Bugfixes
1720
- Fixes `fqdn_rand_string` tests, since Puppet 4.4.0 and later have a higher `fqdn_rand` ceiling.
1821
- (MODULES-3152) Adds a check to `package_provider` to prevent failures if Gem is not installed.
22+
- Fixes to README.md.
23+
- Fixes catch StandardError rather than the gratuitous Exception
24+
- Fixes file_line attribute validation.
25+
- Fixes concat with Hash arguments.
1926

2027
## Supported Release 4.11.0
2128
###Summary

0 commit comments

Comments
 (0)