Skip to content

Commit

Permalink
Prepare release 9.1.0
Browse files Browse the repository at this point in the history
+semver:feature
  • Loading branch information
aaubry committed Nov 19, 2020
1 parent 5833470 commit e32f92e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
19 changes: 15 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Release notes
## Release 8.1.2
## Release 9.1.0

## Bug fixes
## Improvements

- Merge #483 - Allow values after DocumentStart token
- Merge #497 - Fix indentation check for first content line - fixes #492
- 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.

# Previous releases
- [8.1.2](releases/8.1.2.md)
- [8.1.1](releases/8.1.1.md)
- [8.1.0](releases/8.1.0.md)
- [8.0.0](releases/8.0.0.md)
Expand Down
16 changes: 16 additions & 0 deletions releases/9.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Release 9.1.0

## Improvements

- 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.

0 comments on commit e32f92e

Please sign in to comment.