Skip to content

Commit 941e5e2

Browse files
committed
DOCSP-45596-fix-text-overlap (#86)
* DOCSP-45596-fix-text-overlap * fix code block * suggestions (cherry picked from commit 35c8174)
1 parent c203cfd commit 941e5e2

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

source/upgrade.txt

+23-10
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,32 @@ Version 3.11 Breaking Changes
7878
``ENABLE_TESTS=OFF`` during CMake configuration.
7979
- Removes export of the following private member functions in the bsoncxx
8080
ABI:
81-
82-
- ``bsoncxx::v_noabi::types::bson_value::value::value(const uint8_t*, uint32_t, uint32_t, uint32_t)``
83-
- ``bsoncxx::v_noabi::types::bson_value::view::_init(void*)``
84-
- ``bsoncxx::v_noabi::types::bson_value::view::view(const uint8_t*, uint32_t, uint32_t, uint32_t)``
85-
- ``bsoncxx::v_noabi::types::bson_value::view::view(void*)``
81+
82+
.. code-block::
83+
:copyable: false
84+
85+
bsoncxx::v_noabi::types::bson_value::value::value(const uint8_t*, uint32_t, uint32_t, uint32_t)
86+
87+
bsoncxx::v_noabi::types::bson_value::view::_init(void*)
88+
89+
bsoncxx::v_noabi::types::bson_value::view::view(const uint8_t*, uint32_t, uint32_t, uint32_t)
90+
91+
bsoncxx::v_noabi::types::bson_value::view::view(void*)
92+
8693

8794
- Removes export of the following private member functions in the mongocxx
8895
ABI:
89-
90-
- ``mongocxx::v_noabi::options::change_stream::as_bson()``
91-
- ``mongocxx::v_noabi::options::aggregate::append(bsoncxx::v_noabi::builder::basic::document&)``
92-
- ``mongocxx::v_noabi::options::index::storage_options()``
93-
96+
97+
.. code-block::
98+
:copyable: false
99+
100+
mongocxx::v_noabi::options::change_stream::as_bson()
101+
102+
mongocxx::v_noabi::options::aggregate::append(bsoncxx::v_noabi::builder::basic::document&)
103+
104+
mongocxx::v_noabi::options::index::storage_options()
105+
106+
94107
- Declare all exported functions symbols with ``__cdecl`` when compiled with
95108
MSVC. This is an ABI breaking change if you use an alternative
96109
default calling convention when building projects.

0 commit comments

Comments
 (0)