From c08f0dd7d38eb27ff9ee13cfc77611da66e37d57 Mon Sep 17 00:00:00 2001 From: Morgan Aubert Date: Fri, 25 Oct 2024 19:25:28 -0400 Subject: [PATCH] Update 0.5.4 release notes --- docs/docs/the-marten-project/release-notes/0.5.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/the-marten-project/release-notes/0.5.4.md b/docs/docs/the-marten-project/release-notes/0.5.4.md index 2437d78f5..c44436890 100644 --- a/docs/docs/the-marten-project/release-notes/0.5.4.md +++ b/docs/docs/the-marten-project/release-notes/0.5.4.md @@ -9,3 +9,4 @@ _Under development._ ## Bug fixes * Fix possible undefined constant compilation error when using [`file`](../../schemas/reference/fields.md#file) schema fields. +* Fix CSRF token request data parameter not being used when the method of POST requests is overridden with the [Method Override middleware](../../handlers-and-http/reference/middlewares.md#method-override-middleware).