@@ -200,6 +200,23 @@ History and Contributors
200200
201201Changes:
202202
203+ - 0.3.1: April 9, 2015
204+
205+ - Flask-PyMongo is now tested against Python 2.6, 2.7, 3.3, and 3.4.
206+ - Flask-PyMongo installation now no longer depends on `nose
207+ <https://pypi.python.org/pypi/nose/> `_.
208+ - `#58 <https://github.com/dcrosta/flask-pymongo/pull/58 >`_ Update
209+ requirements for PyMongo 3.x (Emmanuel Valette).
210+ - `#43 <https://github.com/dcrosta/flask-pymongo/pull/43 >`_ Ensure error
211+ is raised when URI database name is parsed as 'None' (Ben Jeffrey).
212+ - `#50 <https://github.com/dcrosta/flask-pymongo/pull/50 >`_ Fix a bug in
213+ read preference handling (Kevin Funk).
214+ - `#46 <https://github.com/dcrosta/flask-pymongo/issues/46 >`_ Cannot use
215+ multiple replicaset instances which run on different ports (Mark
216+ Unsworth).
217+ - `#30 <https://github.com/dcrosta/flask-pymongo/issues/30 >`_
218+ ConfiguationError with MONGO_READ_PREFERENCE (Mark Unsworth).
219+
203220- 0.3.0: July 4, 2013
204221
205222 - This is a minor version bump which introduces backwards breaking
@@ -274,4 +291,7 @@ Contributors:
274291- `Fabrice Aneche <https://github.com/akhenakh >`_
275292- `Thor Adam <https://github.com/thoradam >`_
276293- `Christoph Herr <https://github.com/jarus >`_
277-
294+ - `Mark Unsworth <https://github.com/markunsworth >`_
295+ - `Kevin Funk <https://github.com/k-funk >`_
296+ - `Ben Jeffrey <https://github.com/jeffbr13 >`_
297+ - `Emmanuel Valette <https://github.com/karec >`_
0 commit comments