Skip to content

Commit b920ddc

Browse files
authored
Update changelog (#51)
1 parent 3bcd0f1 commit b920ddc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22
Changelog
33
=========
44

5+
Changes in version 1.2.0
6+
------------------------
7+
- Added ability to configure explain command options using constructor
8+
keyword parameters ``verbosity`` and ``comment``.
9+
- Added support for PyMongo 4.0
10+
- Added support for Python 3.9 and 3.10
11+
512
Changes in version 1.1.1
613
------------------------
714
- ``ExplainCollection`` now importable from top level like so: ``from pymongoexplain import ExplainCollection``
815
- Added aliases so that now both ``ExplainCollection`` and ``ExplainableCollection`` are importable
916

17+
Changes in version 1.1.0
18+
------------------------
19+
- Added better commandline argument parsing to the CLI tool
20+
- Various fixes to the documentation
21+
1022
Changes in version 1.0.0
1123
------------------------
1224
- Initial ``ExplainCollection`` API

0 commit comments

Comments
 (0)