diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecbbacb..07ebda08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library. +**4.2.7 / 2023-07-22** +* Fix: builder should set text node correctly when only textnode is present (#589) (By [qianqing](https://github.com/joneqian)) + **4.2.6 / 2023-07-17** -* Remove trailing slash from jPath for self-closing tags (#595) (By [Maciej Radzikowski](https://github.com/m-radzikowski)) +* Fix: Remove trailing slash from jPath for self-closing tags (#595) (By [Maciej Radzikowski](https://github.com/m-radzikowski)) **4.2.5 / 2023-06-22** * change code implementation