Skip to content

Commit

Permalink
Version bump to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Aug 20, 2018
1 parent ee0169c commit bb96e65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@ see `semver.org <http://semver.org/>`_
unreleased
^^^^^^^^^^

*Nothing yet*

v3.11.0 (2018-08-20)
^^^^^^^^^^^^^^^^^^^^

- **Drop official support for Python 3.3**. Python 3.3 has reached its
official End Of Life as of September 29, 2017. It will probably continue
to work, but will not be tested against
(`issue 217 <https://github.com/msiemens/tinydb/issues/217>`_)

- Feature: Allow extending TinyDB with a custom storage proxy class
(see `pull request 224 <https://github.com/msiemens/tinydb/pull/224>`_)

- Bugfix: Return list of document IDs for upsert when creating a new
document (see `issue 223 <https://github.com/msiemens/tinydb/issues/223>`_)

Expand Down

0 comments on commit bb96e65

Please sign in to comment.