Skip to content

Commit

Permalink
3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jan 7, 2019
1 parent 1696908 commit 06c7893
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,26 @@ https://github.com/coleifer/peewee/releases

## master

Nothing to see yet!

[View commits](https://github.com/coleifer/peewee/compare/3.8.1...master)

## 3.8.1

**Changes**

* Remove minimum passphrase restrictions in SQLCipher integration.

**Bugfixes**

* Support inheritance of `ManyToManyField` instances.
* Ensure operator overloads are invoked when generating filter expressions.
* Fix incorrect scoring in Sqlite BM25, BM25f and Lucene ranking algorithms.
* Support string field-names in data dictionary when performing an ON CONFLICT
... UPDATE query, which allows field-specific conversions to be applied.
References #1815.

[View commits](https://github.com/coleifer/peewee/compare/3.8.0...master)
[View commits](https://github.com/coleifer/peewee/compare/3.8.0...3.8.1)

## 3.8.0

Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
mysql = None


__version__ = '3.8.0'
__version__ = '3.8.1'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit 06c7893

Please sign in to comment.