Skip to content

Commit 2da7a8e

Browse files
committed
minor: update readme for 26compat branch
1 parent 19acad1 commit 2da7a8e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# MongoDB C++ Driver [![Build Status](http://img.shields.io/travis/mongodb/mongo-cxx-driver/legacy.svg)](https://travis-ci.org/mongodb/mongo-cxx-driver)
1+
# MongoDB C++ Driver [![Build Status](http://img.shields.io/travis/mongodb/mongo-cxx-driver/26compat.svg)](https://travis-ci.org/mongodb/mongo-cxx-driver)
22
Welcome to the MongoDB C++ Driver!
33

44
Use this branch if:
55

6+
- You have existing code that used the driver from the server source
7+
and want it to continue working without modification.
8+
9+
Switch to the legacy branch if:
10+
611
- You are using MongoDB's C++ driver for the first time.
712
- You had been using 26compat (or the driver inside of the server source) and
813
want to benefit from incremental improvements but have the same overall API.
914

10-
Switch to the 26compat branch if:
11-
12-
- You have existing code that used the driver from the server source
13-
and want it to continue working without modification.
14-
1515
**Please Note:** As of MongoDB 2.6.0-rc1, it is no longer possible to build the
1616
driver from the server sources: this repository is the only approved source for
1717
driver builds.

0 commit comments

Comments
 (0)