We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc8f41 commit 1047227Copy full SHA for 1047227
CHANGES.rst
@@ -1,6 +1,17 @@
1
Changes
2
=======
3
4
+1.2.0
5
+-----
6
+
7
+Fixed bugs with filtering ``Email`` and multi-dimensional ``Array`` columns.
8
9
+Fixed bugs with bulk updating the ``BaseUser`` table.
10
11
+Thanks to @jrycw and @sinisaos for their help with this.
12
13
+-------------------------------------------------------------------------------
14
15
1.1.0
16
-----
17
piccolo_api/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.1.0"
+__VERSION__ = "1.2.0"
0 commit comments