From ef1a83b0a9d675e9e7845d4aaca1946b772e5996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 24 Apr 2020 19:11:21 +0200 Subject: [PATCH] Add API changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- docs/API.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/API.md b/docs/API.md index bd852fc51..326921237 100644 --- a/docs/API.md +++ b/docs/API.md @@ -62,6 +62,13 @@ curl -u admin:admin -X GET \ -H "If-Modified-Since: Mon, 05 Nov 2018 09:28:00 GMT" ``` +# Changelog + +## 1.0.0 (unreleased) + +- The maximum length of the card title has been extended from 100 to 255 characters +- The API will now return a 400 Bad request response if the length limitation of a board, stack or card title is exceeded + # Endpoints ## Boards