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 May 25, 2024
1 parent a631367 commit 79587e0
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 @@ -93,6 +93,7 @@ article.category # => Category::BLOG

* The [`collectassets`](../../development/reference/management-commands.md#collectassets) management command now provides the ability to fingerprint collected assets and generate a corresponding JSON manifest. Please refer to [Asset manifests and fingerprinting](../../assets/introduction.md#asset-manifests-and-fingerprinting) to learn more about this capability.
* The built-in [authentication application](../../authentication/introduction.md) (which can be generated either through the use of the [`new`](../../development/reference/management-commands.md#new) management command or the [`auth`](../../development/reference/generators.md#auth) generator) now uses POST requests when signing out users.
* A [`play`](../../development/reference/management-commands.md#play) management command was introduced to make it easy to start a Crystal playground server initialized for the current project and open it in the default browser.

#### Security

Expand Down

0 comments on commit 79587e0

Please sign in to comment.