File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
12
Changes in version 1.1.1
6
13
------------------------
7
14
- ``ExplainCollection `` now importable from top level like so: ``from pymongoexplain import ExplainCollection ``
8
15
- Added aliases so that now both ``ExplainCollection `` and ``ExplainableCollection `` are importable
9
16
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
+
10
22
Changes in version 1.0.0
11
23
------------------------
12
24
- Initial ``ExplainCollection `` API
You can’t perform that action at this time.
0 commit comments