diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6cab0994 --- /dev/null +++ b/CHANGELOG.md @@ -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