Skip to content

Commit

Permalink
CHANGELOG.md: fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Oct 19, 2024
1 parent 86f8c6e commit e1ab950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ All notable changes to the `dom_query` crate will be documented in this file.

## [0.6.0] - 2024-10-19

## Changed
### 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
- Added `Node::append_html` and `Node::set_html` methods for creating children nodes of a single selected node.
- Added `Tree<NodeData>::new_element`, an easy way to create an empty element with a given name.
- Added `NodeRef::last_child`.
Expand Down

0 comments on commit e1ab950

Please sign in to comment.