Skip to content

Commit

Permalink
Release v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Apr 25, 2023
1 parent 379da4b commit 8e29e2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Changelog

## v0.4.0

### Added

- Added method `TextChunk::as_mut_str()` and `TextChunk::set_str()` for in-place modifications to the text in a
`TextChunk`. (#175)

### Changed

- Modified method `Element::on_end_tag()` to support multiple handlers. This is a breaking change since the old
semantics of the method was to overwrite any previously set handler. (#177)

## v0.3.3

### Added

- Support dynamic charset change on meta tags in HtmlRewriter. (#162)
- Add `Element::can_have_content`. (#163)
- Add `Element::can_have_content()`. (#163)

## v0.3.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lol_html"
version = "0.3.3"
version = "0.4.0"
authors = ["Ivan Nikulin <[email protected], [email protected]>"]
license = "BSD-3-Clause"
description = "Streaming HTML rewriter/parser with CSS selector-based API"
Expand Down

0 comments on commit 8e29e2d

Please sign in to comment.