We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5527504 commit a43f1ebCopy full SHA for a43f1eb
HISTORY.rst
@@ -3,6 +3,14 @@
3
History
4
-------
5
6
+1.0.2 (2022-01-07)
7
+++++++++++++++++++
8
+
9
+* Improve performance for file selection in MessageModelList via 'prefetch_related'
10
+* Split consumers.py into separate files for better readability & add strong typing
11
+* Fix typo for ErrorOccured
12
+* Fix readme
13
14
1.0.1 (2021-12-23)
15
++++++++++++++++++
16
django_private_chat2/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.0.1'
+__version__ = '1.0.2'
0 commit comments