Skip to content

Commit

Permalink
Update 0.5 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Jun 29, 2024
1 parent 3118f1a commit 4973834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/the-marten-project/release-notes/0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Please refer to [Filtering with raw SQL predicates](../../models-and-databases/r
* The `loop` variable, which is available when using the [`for`](../../templates/reference/tags.md#for) template tag, now supports `even?` and `odd?` attributes.
* A new [`csrf_input`](../../templates/reference/tags.md#csrf_input) template tag was introduced to make it easier to insert the CSRF token into HTML forms. This new tag allows the generation of a hidden form input containing the CSRF token computed for the current request.
* A new [`escape`](../../templates/reference/tags.md#escape) template tag was introduced to allow disabling/enabling [auto-escaping](../../templates/introduction.md#auto-escaping) within a block.
* A new [`unless`](../../templates/reference/tags.md#unless) template tag was introduced to provide an alternative way of writing conditional template blocks.

#### Development

Expand Down

0 comments on commit 4973834

Please sign in to comment.