-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## v1.8.9 - 2021-03-01 | ||
|
||
### Fix bugs | ||
- Fix origin buffer for DocumentHeader and DocumentEnd and Directive | ||
- Fix origin buffer for anchor value | ||
- Fix syntax error about map value | ||
- Fix parsing MergeKey ('<<') characters | ||
- Fix encoding of float value | ||
- Fix incorrect column annotation when single or double quotes are used | ||
|
||
### New feature | ||
- Support to encode/decode of ast.Node directly |