diff --git a/CHANGES.md b/CHANGES.md index 08f375f8c1..3fc21c7d07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +Changes in Element v1.5.25 (2023-02-15) +======================================= + +Bugfixes 🐛 +---------- + - CountUpTimer - Fix StackOverFlow exception when stop action is called within the tick event ([#8127](https://github.com/vector-im/element-android/issues/8127)) + + Changes in Element v1.5.24 (2023-02-08) ======================================= diff --git a/changelog.d/8127.bugfix b/changelog.d/8127.bugfix deleted file mode 100644 index 52e800b3b1..0000000000 --- a/changelog.d/8127.bugfix +++ /dev/null @@ -1 +0,0 @@ -CountUpTimer - Fix StackOverFlow exception when stop action is called within the tick event