From bb84994ee3c62cc0c399becdd4253f0cb8c43077 Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Wed, 23 Oct 2024 14:37:52 +0200 Subject: [PATCH] 2807: add 265 changelog entry (Add no-cache directive) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574c0a83..cad5a17e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- [#265](https://github.com/os2display/display-admin-client/pull/265) + - Add no-cache directive + - [#262](https://github.com/os2display/display-admin-client/pull/262) - Add multi select styling for `invalid` state - Add possibility of sending error via props to multiselect component