Skip to content

Commit

Permalink
docs: fix CHANGELOG.md heading hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
KaioFelps committed Jan 7, 2025
1 parent bd91cf1 commit c081037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
As the breaking changes that has occurred are important and too complex for a simple bullet list, they'll be better
described in their own sub-topics below.

### Template Resolvers
#### Template Resolvers
Before, you'd specifya reference to a closure returning a boxed async function that would actually resolve your
template. Also, it'd require another field specifying the third parameter to be passed to the closure (by the
Inertia rendering methods). What if you don't actually need this third parameter? You would need to pass an `&()`
Expand All @@ -39,7 +39,7 @@ This is better explained on the **[Template Resolvers]** section from the docume

[Template Resolvers]: https://kaiofelps.github.io/inertia-rust/basic/advanced/template_resolvers.html

### `reflash_inertia_session` method
#### `reflash_inertia_session` method
This field was optional and would default to a useless callback (something like `|_| Ok(())`). It'd be used for
reflashing the session when Inertia Rust would decide to trigger a forced-refresh --- due to assets version
mismatch.
Expand Down

0 comments on commit c081037

Please sign in to comment.