Skip to content

Commit 94e766d

Browse files
committed
Update changelog
1 parent c3bd7ca commit 94e766d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
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

8+
## [5.2.3] - 2026-08-01
9+
10+
### Fixed
11+
- Prevent prototype fallback when resolving tags and mapping entries, #782.
12+
- Resolve `!!timestamp` years 0000-0099 correctly, #775.
13+
- Preserve implicit null mapping values before document markers and reject
14+
unpaired mapping event streams, #784.
15+
- Preserve folded scalar values with tab-indented lines when round-tripping a
16+
parsed AST through `present()`; `dump()` and loading are unaffected, #780.
17+
18+
819
## [5.2.2] - 2026-07-24
920

1021
### Fixed
@@ -682,6 +693,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
682693
- First public release
683694

684695

696+
[5.2.3]: https://github.com/nodeca/js-yaml/compare/5.2.2...5.2.3
685697
[5.2.2]: https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2
686698
[5.2.1]: https://github.com/nodeca/js-yaml/compare/5.2.0...5.2.1
687699
[5.2.0]: https://github.com/nodeca/js-yaml/compare/5.1.0...5.2.0

0 commit comments

Comments
 (0)