Skip to content

Commit 40a6082

Browse files
authored
docs(NODE-7173): update v7 compat table (#844)
1 parent e8840dc commit 40a6082

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,13 @@ npm install bson
9999

100100
Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
101101

102-
| | `bson@1.x` | `bson@4.x` | `bson@5.x` | `bson@6.x` |
103-
| ------------- | ---------- | ---------- | ---------- | ---------- |
104-
| `mongodb@6.x` | N/A | N/A | N/A ||
105-
| `mongodb@5.x` | N/A | N/A || N/A |
106-
| `mongodb@4.x` | N/A || N/A | N/A |
107-
| `mongodb@3.x` || N/A | N/A | N/A |
102+
| | `bson@1.x` | `bson@4.x` | `bson@5.x` | `bson@6.x` | `bson@7.x` |
103+
| ------------- | ---------- | ---------- | ---------- | ---------- | ---------- |
104+
| `mongodb@7.x` | N/A | N/A | N/A | N/A ||
105+
| `mongodb@6.x` | N/A | N/A | N/A || N/A |
106+
| `mongodb@5.x` | N/A | N/A || N/A | N/A |
107+
| `mongodb@4.x` | N/A || N/A | N/A | N/A |
108+
| `mongodb@3.x` || N/A | N/A | N/A | N/A |
108109

109110
## Documentation
110111

0 commit comments

Comments
 (0)