mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
a5928f10a6
commit
aa9087b76f
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v0.5.0
|
||||
|
||||
- Add `From` impls for `HxResponseTrigger`, `HxResponseTriggerAfterSettle`, and
|
||||
`HxResponseTriggerAfterSwap`, allowing them to take any iterator where `T:
|
||||
Into<String>`.
|
||||
|
||||
## v0.4.0
|
||||
|
||||
- Added support for all [htmx response
|
||||
|
|
Loading…
Reference in a new issue