From da67fea44f508b9ee253225f53cedf3a4d0d3d9f Mon Sep 17 00:00:00 2001 From: inikulin Date: Wed, 15 Apr 2020 23:41:26 +0100 Subject: [PATCH] Update version history --- docs/version-history.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/version-history.md b/docs/version-history.md index 8d60a00a..d069196c 100644 --- a/docs/version-history.md +++ b/docs/version-history.md @@ -1,5 +1,10 @@ # Version history +# 6.0.0 +* Added (**breaking**): Tree adapter interface now has `updateNodeSourceCodeLocation` method which +enables usage of custom location info formats (GH [#314](https://github.com/inikulin/parse5/issues/314)) (by [@DMartens](https://github.com/DMartens)). + + # 5.1.1 * Fixed: Serialization of attributes in non-standard namespaces (by [@Zirro](https://github.com/Zirro)). * Fixed: Quirks and limited-quirks mode detection by doctype (by [@squidfunk](https://github.com/squidfunk)).