Skip to content

Commit

Permalink
Prepare release 9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Jan 15, 2021
1 parent c7ec908 commit e78ed0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release notes

## Release 9.1.2
## Release 9.1.3

- Fix writePtr decrementation in InsertionQueue [#558]

This fixes another critical bug that was causing failures while parsing Yaml documents. If you are using release 9.1.1, please use this version instead.
- Fix an error when a stream returns less than the requested amount of bytes
Fixes #560


# Previous releases

- [9.1.2](releases/9.1.2.md)
- [9.1.1](releases/9.1.1.md)
- [9.1.0](releases/9.1.0.md)
- [8.1.2](releases/8.1.2.md)
Expand Down
4 changes: 4 additions & 0 deletions releases/9.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Release 9.1.3

- Fix an error when a stream returns less than the requested amount of bytes
Fixes #560

0 comments on commit e78ed0c

Please sign in to comment.