From 9beee028b677960567e5cd320fe58819038c5bec Mon Sep 17 00:00:00 2001 From: Dhruv Maradiya Date: Wed, 25 Dec 2024 17:52:47 +0530 Subject: [PATCH] update changelog to include fix for
newline handling --- pkgs/html/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/html/CHANGELOG.md b/pkgs/html/CHANGELOG.md index 9a881e9d7..86d702583 100644 --- a/pkgs/html/CHANGELOG.md +++ b/pkgs/html/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.15.5+1 + +- Fix a bug in DOM parsing where `
` tags does not create a new line when html is converted to text. + ## 0.15.5 - Require Dart `3.2`.