From 6845ce3a2c91c785f09c49fd0412f1bafc3c0da3 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Mon, 4 Mar 2024 14:37:21 -0500 Subject: [PATCH 1/2] uncomment api docs link --- source/upgrade.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/upgrade.txt b/source/upgrade.txt index 3f8abc2ed..764ebaa5d 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -117,9 +117,9 @@ This driver version introduces the following breaking changes: converts automatically to ``org.mongodb.scala.SingleObservable[Void]``. The API also exposes ``org.mongodb.scala.Observable[Unit]`` instead of ``org.mongodb.scala.Observable[Void]``. - - .. After the 5.0 Scala API docs are released, this line will be uncommented. - For more information, see the `Observable trait documentation `__. + + For more information, see the `Observable trait documentation + `__. - Changes how ``ClusterSettings`` computes ``ClusterConnectionMode``, making it more consistent by using the specified From 842416ee3cb92586f02e054659713f231de3eace Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Tue, 5 Mar 2024 07:55:56 -0500 Subject: [PATCH 2/2] NR review --- source/upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/upgrade.txt b/source/upgrade.txt index 764ebaa5d..0f21e5829 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -118,7 +118,7 @@ This driver version introduces the following breaking changes: API also exposes ``org.mongodb.scala.Observable[Unit]`` instead of ``org.mongodb.scala.Observable[Void]``. - For more information, see the `Observable trait documentation + For more information, see the `Observable trait in the Scala API documentation `__. - Changes how ``ClusterSettings`` computes