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 0c36feb commit 8f19bbeCopy full SHA for 8f19bbe
docs/changelog.rst
@@ -2,6 +2,13 @@
2
Changelog
3
===========
4
5
+.. _v2_4_1:
6
+
7
+2.4.1 (2020-03-01)
8
+------------------
9
10
+- ``table.enable_fts()`` now works with columns that contain spaces. (`#90 <https://github.com/simonw/sqlite-utils/issues/90>`__)
11
12
.. _v2_4:
13
14
2.4 (2020-02-26)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "2.4"
+VERSION = "2.4.1"
def get_long_description():
0 commit comments