Skip to content

Commit 7ebea8e

Browse files
committed
CXX-3093 Add changelog entry for ABI symbol removal
1 parent e6af99d commit 7ebea8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ Changes prior to 3.9.0 are documented as [release notes on GitHub](https://githu
2222
- A future minor release plans to raise the minimum supported MongoDB Server version from 3.6 to 4.0. This is in
2323
accordance with [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
2424

25+
### Removed
26+
27+
- Export of private member functions in bsoncxx:
28+
- `bsoncxx::v_noabi::types::bson_value::value::value(const uint8_t*, uint32_t, uint32_t, uint32_t)`
29+
- `bsoncxx::v_noabi::types::bson_value::view::_init(void*)`
30+
- `bsoncxx::v_noabi::types::bson_value::view::view(const uint8_t*, uint32_t, uint32_t, uint32_t)`
31+
- `bsoncxx::v_noabi::types::bson_value::view::view(void*)`
32+
- Export of private member functions in mongocxx:
33+
- `mongocxx::v_noabi::options::change_stream::as_bson()`
34+
- `mongocxx::v_noabi::options::aggregate::append(bsoncxx::v_noabi::builder::basic::document&)`
35+
- `mongocxx::v_noabi::options::index::storage_options()`
36+
2537
## 3.10.3 [Unreleased]
2638

2739
<!-- Will contain entries for the next patch release -->

0 commit comments

Comments
 (0)