We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881b29a commit 5332935Copy full SHA for 5332935
changelog.rst
@@ -0,0 +1,11 @@
1
+=========
2
+Changelog
3
4
+
5
+Changes in version 1.1.0
6
+------------------------
7
+- ``ExplainCollection`` now importable from top level like so: ``from pymongoexplain import ExplainCollection``
8
9
+Changes in version 1.0.0
10
11
+- Initial ``ExplainCollection`` API
pymongoexplain/__init__.py
@@ -11,3 +11,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+from pymongoexplain.explainable_collection import ExplainCollection
0 commit comments