Skip to content

Commit

Permalink
Fix markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Oct 2, 2023
1 parent a12cd02 commit 1623677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## 0.56.0

- Add support for using both Alpine.js and `Unicorn` together in a component ([#597](https://github.com/adamghill/django-unicorn/pull/597)) by [imankulov](https://github.com/imankulov).
- Do not send a 304 if the child has a parent. ([#595](https://github.com/adamghill/django-unicorn/pull/595)).
- Add support for using both Alpine.js and `Unicorn` together in a component ([#597](https://github.com/adamghill/django-unicorn/pull/597) by [imankulov](https://github.com/imankulov)).
- Do not send a 304 if the child has a parent ([#595](https://github.com/adamghill/django-unicorn/pull/595)).
- Prevent sending the child DOM if there is a parent to reduce network payload size.
- More verbose error message when a component can not be loaded ((#453)[https://github.com/adamghill/django-unicorn/pull/453] by [nerdoc](https://github.com/nerdoc)).
- More verbose error message when a component can not be loaded ([#453](https://github.com/adamghill/django-unicorn/pull/453) by [nerdoc](https://github.com/nerdoc)).

## 0.55.0

Expand Down

0 comments on commit 1623677

Please sign in to comment.