Skip to content

Commit

Permalink
Prepare release 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Aubry committed May 28, 2020
1 parent cfc1aa6 commit 6013985
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 4 additions & 10 deletions RELEASE_NOTES.md
@@ -1,19 +1,13 @@
# Release notes
## Release 8.1.1
## Release 8.1.2

## Bug fixes

- Improve compliance with the official YAML test suite: #467, #469 and #475.

- Make YamlMemberAttribute.DefaultValuesHandling actually usable. Fixes #466.

- Actually inherit YamlIgnore attributes: #481.

## New features

- Add LowerCaseNamingConvention: #477.
- Merge #483 - Allow values after DocumentStart token
- Merge #497 - Fix indentation check for first content line - fixes #492

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

## Bug fixes

- Merge #483 - Allow values after DocumentStart token
- Merge #497 - Fix indentation check for first content line - fixes #492

0 comments on commit 6013985

Please sign in to comment.