Skip to content

Commit f692719

Browse files
committed
Changelog update
1 parent 9971a06 commit f692719

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [4.2.0] - Unreleased
9+
## [4.2.0] - 2026-06-01
1010
### Added
1111
- Added `docs/safety.md` with notes about processing untrusted YAML.
1212
- Added `maxDepth` (100) loader option. Not a problem, but gives a better
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Reject top-level block scalars without content indentation, #280.
2828
- Ensure numbers survive round-trip, #737.
2929
- Fix test coverage for issue #221.
30+
- Fix flow scalar trailing whitespace folding, #307.
31+
- Fix digits in YAML named tag handles.
3032

3133
### Security
3234
- Fix potential DoS via quadratic complexity in merge - deduplicate repeated
@@ -579,6 +581,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
579581
- First public release
580582

581583

584+
[4.2.0]: https://github.com/nodeca/js-yaml/compare/4.1.1...4.2.0
582585
[4.1.1]: https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1
583586
[4.1.0]: https://github.com/nodeca/js-yaml/compare/4.0.0...4.1.0
584587
[4.0.0]: https://github.com/nodeca/js-yaml/compare/3.14.0...4.0.0

0 commit comments

Comments
 (0)