From 9fe8865876aa7a44b3a6ec6d372beaacf7510a81 Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Tue, 19 May 2020 16:32:51 +0200 Subject: [PATCH] Improve Release27 docs wrt twirl --- .../manual/releases/release27/migration27/Migration27.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/manual/releases/release27/migration27/Migration27.md b/documentation/manual/releases/release27/migration27/Migration27.md index fe3417d3f2a..73b4253277a 100644 --- a/documentation/manual/releases/release27/migration27/Migration27.md +++ b/documentation/manual/releases/release27/migration27/Migration27.md @@ -670,3 +670,7 @@ Until Play 2.6 uploading an empty file via the `multipart/form-data` encoding wa Hence when retrieving an uploaded file via the [[Scala API|ScalaFileUpload#Uploading-files-in-a-form-using-multipart/form-data]] or the [[Java API|JavaFileUpload#Uploading-files-in-a-form-using-multipart/form-data]] it will never be empty. > **Note:** The same logic applies if the `filename` header of a `multipart/form-data` file upload part is empty - even when the file itself would not empty. + +### Twirl syntax parsing improvements + +In order to improve the parsing of Twirl templates, some code that was valid until now will no longer be supported. See [the issue](https://github.com/playframework/twirl/issues/222) for more details. \ No newline at end of file