Skip to content

Commit

Permalink
Prepare changelog for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Oct 13, 2023
1 parent 8418030 commit 9a6d040
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][unreleased]

### Added

- Add support for parsing attributes as maps.

This makes `parse_document/2` and `parse_fragment/2` accept the option
`:attributes_as_maps` to change the behaviour and return attributes as
maps instead of lists of tuples.
The only parser that does not support it yet is the `fast_html`.

### Changed

- Drop support for Elixir v1.11.

- Change the log level of parsing logger calls from "info" to "debug".
This will help to reduce the amount of noise in production apps.

## [0.34.3] - 2023-06-02

### Added
Expand Down

0 comments on commit 9a6d040

Please sign in to comment.