14
0
forked from pool/python-tinydb

- update to 4.8.2:

* Fix: Correctly update query cache when search results have
    changed (see #560).
- update to 4.8.1:
  * Feature: Allow persisting empty tables (see #518).
  * Fix: Make replacing `doc_id` type work properly (see #545).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinydb?expand=0&rev=27
This commit is contained in:
2024-10-30 19:49:23 +00:00
committed by Git OBS Bridge
parent 82b097914d
commit 7206c327c7
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 30 19:48:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.8.2:
* Fix: Correctly update query cache when search results have
changed (see #560).
- update to 4.8.1:
* Feature: Allow persisting empty tables (see #518).
* Fix: Make replacing `doc_id` type work properly (see #545).
-------------------------------------------------------------------
Sat Sep 30 17:01:10 UTC 2023 - Ben Greiner <code@bnavigator.de>