Skip to content

Commit 20fc317

Browse files
authored
Merge pull request #865 from puppetlabs/release
Release mergeback
2 parents 6c5f178 + e46d9a4 commit 20fc317

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org).
55

6+
## Supported Release 4.24.0
7+
### Summary
8+
9+
This release includes a roll up of minor changes and a new feature which provides the ability to skip undef values `to_json_pretty()`.
10+
We have also reverted a change that was previously made and resulted in breaking compatibility with Ruby 1.8.7.
11+
12+
#### Added
13+
- Ability to skip undef values in `to_json_pretty()`.
14+
- Fix type3x function in stdlib ([MODULES-6216](https://tickets.puppet.com/browse/MODULES-6216))
15+
16+
#### Changed
17+
- Indentation for `sync.yml` was fixed.
18+
- Updated type alias tests and dropped superfluous wrapper classes
19+
- Revert to old ruby 1.X style of hash ([MODULES-6139](https://tickets.puppet.com/browse/MODULES-6139))
20+
- `rubocop.yml` not managed by msync ([MODULES-6201](https://tickets.puppet.com/browse/MODULES-6201))
21+
622
## Supported Release 4.23.0
723
### Summary
824

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.23.0",
3+
"version": "4.24.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)