From 9a6d0408b7dcc12025f3569502b30c1b33f08019 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Fri, 13 Oct 2023 14:58:24 -0300 Subject: [PATCH] Prepare changelog for next version --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b65ee4..49385cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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