From 6e3309c3783837fde1754ad5ec66891624c336cf Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Wed, 3 Aug 2022 14:29:27 +0530 Subject: [PATCH] [docs] Added changelog for 1.0.3 release --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a82f8d10..d6025ee9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Changelog ========= +Version 1.0.3 [2022-08-03] +-------------------------- + +Bugfixes +~~~~~~~~ + +- Flagged tests that should not be run on a production environment: + These tests depend on the static storage backend of the project. + In a production environment, the filenames could get changed due to + static minification and cache invalidation. Hence, these tests + should not be run on the production environment because they'll fail. + Version 1.0.2 [2022-07-01] --------------------------