From 138657ace408c4564de2a1765f61840850532720 Mon Sep 17 00:00:00 2001 From: Florian Dupret <34862846+sephrat@users.noreply.github.com> Date: Wed, 28 Apr 2021 10:28:17 +0200 Subject: [PATCH] Add warning for API changes in changelog --- docs/docs/changelog/v0.5.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/changelog/v0.5.0.md b/docs/docs/changelog/v0.5.0.md index f9060d554..beccda8fe 100644 --- a/docs/docs/changelog/v0.5.0.md +++ b/docs/docs/changelog/v0.5.0.md @@ -36,4 +36,5 @@ - Unified Sidebar Components - Refactor UI components to fit Vue best practices (WIP) - The API returns more consistent status codes -- The API returns error code instead of error text when appropriate \ No newline at end of file +- The API returns error code instead of error text when appropriate + - ⚠️ May cause side-effects if you were directly consuming the API \ No newline at end of file