Skip to content

Commit

Permalink
Document fix for #244, #224
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jan 31, 2025
1 parent ed4683a commit 0ce09e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changelog
- Added experimental option, `experimentalTitleTokens`, to allow access to the
layout/content/resulting titles outside of the `layout:title` processor
([#172](https://github.com/ultraq/thymeleaf-layout-dialect/issues/172))
- Fix a bug where `th:with` values containing `=` in them (eg: `==`, `!=`, etc),
wouldn't transfer correctly to the resulting template
([#244](https://github.com/ultraq/thymeleaf-layout-dialect/issues/244))
([#224](https://github.com/ultraq/thymeleaf-layout-dialect/issues/224))
- Upgrade Groovy to 4.0.25
- Upgrade SLF4J to 2.0.16
- Upgrade Thymeleaf to 3.1.3.RELEASE
Expand Down

0 comments on commit 0ce09e5

Please sign in to comment.