Skip to content

Commit d387f6a

Browse files
authored
0.2.0 release
1 parent f55b5d5 commit d387f6a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.rst

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

4+
Version 0.2.0 [2020-09-17]
5+
--------------------------
6+
7+
Features
8+
~~~~~~~~
9+
10+
- Added support for Django 3.1
11+
- Added possibility of `silencing notifications for specific objects \
12+
temporarily or permanently <https://github.com/openwisp/openwisp-notifications#silencing-notifications-for-specific-objects-temporarily-or-permanently>`_
13+
14+
Bugfixes
15+
~~~~~~~~
16+
17+
- Resolved accessibility issues with the notification widget:
18+
all clickable items are now browsable with the keyboard as well
19+
420
Version 0.1.0 [2020-09-02]
521
--------------------------
622

openwisp_notifications/__init__.py

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

44

0 commit comments

Comments
 (0)