diff --git a/source/upgrade/v3.txt b/source/upgrade/v3.txt index 46b5f236..6fd7efd6 100644 --- a/source/upgrade/v3.txt +++ b/source/upgrade/v3.txt @@ -192,4 +192,7 @@ Version 3.0 Breaking Changes - Removes the ``AsDateTime`` property. Use the `AsUniversalTime <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsUniversalTime.html#MongoDB_Bson_BsonValue_AsUniversalTime>`__ property instead. - Removes the ``AsNullableDateTime`` property. Use the `AsNullableUniversalTime <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonValue.AsNullableUniversalTime.html#MongoDB_Bson_BsonValue_AsNullableUniversalTime>`__ - property instead. \ No newline at end of file + property instead. + +- The driver removes individual cluster events from ``MongoClient.Cluster``. To listen for + cluster events, use `ClusterBuilder.Subscribe() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.ClusterBuilder.Subscribe.html>`__. \ No newline at end of file