From 64fd3476288447c6a6c187b971a849c45b6a6412 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 29 Jan 2023 18:55:33 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e7d5f1..0e910da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,8 @@ - Added `aria-label` to some of the buttons in the Admin UI for better accessibility ([#1702](https://github.com/pocketbase/pocketbase/pull/1702); thanks @ndarilek). +- Updated the filename extension checks in the Admin UI to be case-insensitive ([#1707](https://github.com/pocketbase/pocketbase/pull/1707); thanks @hungcrush). + - Other minor improvements (more detailed API file upload errors, UI optimizations, docs improvements, etc.)