Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 0 additions & 2 deletions source/reference/class/MongoDBModelIndexInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Methods
getNamespace() </reference/method/MongoDBModelIndexInfo-getNamespace>
getVersion() </reference/method/MongoDBModelIndexInfo-getVersion>
is2dSphere() </reference/method/MongoDBModelIndexInfo-is2dSphere>
isGeoHaystack() </reference/method/MongoDBModelIndexInfo-isGeoHaystack>
isSparse() </reference/method/MongoDBModelIndexInfo-isSparse>
isText() </reference/method/MongoDBModelIndexInfo-isText>
isTtl() </reference/method/MongoDBModelIndexInfo-isTtl>
Expand All @@ -44,7 +43,6 @@ Methods
- :phpmethod:`MongoDB\Model\IndexInfo::getNamespace()`
- :phpmethod:`MongoDB\Model\IndexInfo::getVersion()`
- :phpmethod:`MongoDB\Model\IndexInfo::is2dSphere()`
- :phpmethod:`MongoDB\Model\IndexInfo::isGeoHaystack()`
- :phpmethod:`MongoDB\Model\IndexInfo::isSparse()`
- :phpmethod:`MongoDB\Model\IndexInfo::isText()`
- :phpmethod:`MongoDB\Model\IndexInfo::isTtl()`
Expand Down
64 changes: 0 additions & 64 deletions source/reference/method/MongoDBModelIndexInfo-isGeoHaystack.txt

This file was deleted.

2 changes: 2 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ improvements, and fixes:
information, you must store it in metadata. To learn mor about
GridFS, see the :ref:`php-gridfs` guide.

- Removal of the deprecated ``IndexInfo::isGeoHaystack()`` method.

.. _php-lib-version-1.20:

What's New in 1.20
Expand Down
Loading