Skip to content

Commit

Permalink
Prepare release 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Jan 6, 2021
1 parent 6020f35 commit 4862388
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
18 changes: 4 additions & 14 deletions RELEASE_NOTES.md
@@ -1,22 +1,12 @@
# Release notes
## Release 9.1.0
## Release 9.1.1

## Improvements
- Fix off by one error when resizing InsertionQueue

- Small performance improvements. Addresses [#519]
- [#490] Add anchor/alias support in JsonEventEmitter
- [#540] Allow block style in multiline scalars with trailing spaces
- [#482] Add support for private properties in the serializer.

## Bugfixes

- Fix KeyNotFoundException in WithoutTypeInspector<TTypeInspector> (fixes [#507])
- [#539] Fix deserialization for Nullable types.
- [#491] Disallow usage of alias before anchor declaration
- [#542] **Fix the order of YamlMappingNode items**
YamlMappingNode will now return the items in the order they appear inside the document.
This fixes a critical bug that was causing failures while parsing Yaml documents. If you are using release 9.1.0, please use this version instead.

# Previous releases
- [9.1.0](releases/9.1.0.md)
- [8.1.2](releases/8.1.2.md)
- [8.1.1](releases/8.1.1.md)
- [8.1.0](releases/8.1.0.md)
Expand Down
5 changes: 5 additions & 0 deletions releases/9.1.1.md
@@ -0,0 +1,5 @@
# Release 9.1.1

- Fix off by one error when resizing InsertionQueue

This fixes a critical bug that was causing failures while parsing Yaml documents. If you are using release 9.1.0, please use this version instead.

0 comments on commit 4862388

Please sign in to comment.