File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,11 +163,13 @@ extensions: Contributions to TinyDB are welcome! Here's how to get started:
163163Changelog
164164*********
165165
166- **v3.2.0 ** (2016-06-29)
166+ **v3.2.1 ** (2016-06-29)
167167=======================
168168
169169- Fix a bug with queries on elements that have a ``path `` key
170170 (see `pull request #107 <https://github.com/msiemens/tinydb/pull/107 >`_).
171+ - Don't write to the database file needlessly when opening the database
172+ (see `pull request #104 <https://github.com/msiemens/tinydb/pull/104> `).
171173
172174**v3.2.0 ** (2016-04-25)
173175=======================
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ see `semver.org <http://semver.org/>`_
1212
1313- Fix a bug with queries on elements that have a ``path `` key
1414 (see `pull request #107 <https://github.com/msiemens/tinydb/pull/107 >`_).
15+ - Don't write to the database file needlessly when opening the database
16+ (see `pull request #104 <https://github.com/msiemens/tinydb/pull/104> `).
1517
1618**v3.2.0 ** (2016-04-25)
1719^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments