From cbfeb5f1b9917cc7e4aeceeda0b2d6363425a586 Mon Sep 17 00:00:00 2001 From: ArtursK Date: Fri, 16 Dec 2022 16:21:07 +0200 Subject: [PATCH] tweaking changelog --- .gitignore | 25 +++++++++++++------------ CHANGELOG.md | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index bf8e5d00d..ce3f4ed35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ -.gradle -/local.properties -/.idea/workspace.xml -/.idea/libraries -.DS_Store -/build -.idea/caches/ -sdkJava/build/ -core/build/ -sdk-java/build/ -*.attach_pid* -sdk-java/ +.gradle +/local.properties +/.idea/workspace.xml +/.idea/libraries +.DS_Store +/build +.idea/caches/ +sdkJava/build/ +core/build/ +sdk-java/build/ +*.attach_pid* +sdk-java/ +app-java/out/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cdcfa54..8b9f65a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ 20.11.5 -* Fixed a bug in backend mode while removing consent. +* Fixed a bug where the backend mode module produces "null pointer exceptions" in case not initialized. 20.11.4 * Adding mitigations to an issue that would surface when stopping a view that was not started.