Skip to content

Commit 47acce4

Browse files
committed
0.2.1 release
1 parent 20a44a5 commit 47acce4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
Version 0.2.1 [2020-10-18]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed *ignore notification widget* loading on *add views* of admin site
11+
- Fixed *notification widget* partially covering entire webpage
12+
- Resolved accessibility issue with the *ignore notification widget*:
13+
added ``Escape`` key handler for the *ignore notification widget*
14+
415
Version 0.2.0 [2020-09-17]
516
--------------------------
617

openwisp_notifications/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 2, 0, 'final')
1+
VERSION = (0, 2, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)