Skip to content

Commit

Permalink
CHANGELOG.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Oct 19, 2024
1 parent d3411a5 commit 19c7bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the `dom_query` crate will be documented in this file.
## Changed
- Exposed `Document::tree`.
- `Selection` methods that required `&mut` now doesn't require `&mut`.
- Changed the project structure, now modules are divided based on the struct implementations.

## Added
- Added `Node::append_html` and `Node::set_html` methods for creating children nodes of a single selected node.
Expand Down

0 comments on commit 19c7bb3

Please sign in to comment.