Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=========
Changelog
=========

Changes in version 1.1.0
------------------------
- ``ExplainCollection`` now importable from top level like so: ``from pymongoexplain import ExplainCollection``

Changes in version 1.1.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1.0 -> 1.0.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

------------------------
- Initial ``ExplainCollection`` API
2 changes: 2 additions & 0 deletions pymongoexplain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from pymongoexplain.explainable_collection import ExplainCollection