Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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.0.0
------------------------
= Initial ``ExplainCollection`` API

Choose a reason for hiding this comment

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

Should this be = or -?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, it should be == because "changelog" is == on both top and bottom.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Prashant was talking about the = Initial ``ExplainCollection`` API which needs to be - Initial...

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

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