Skip to content

Commit dca3a5f

Browse files
committed
Fix v3.2.1 changelog
As mentioned in sixty-north/cosmic-ray#171, PR #104 wasn't listed in the changelog for v3.2.1.
1 parent f1520ea commit dca3a5f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,13 @@ extensions: Contributions to TinyDB are welcome! Here's how to get started:
163163
Changelog
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
=======================

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)