From f7b6a87be513b1ca067e13144e24c71c47ec1ca5 Mon Sep 17 00:00:00 2001 From: Dan Aprahamian Date: Fri, 15 Dec 2017 14:16:38 -0500 Subject: [PATCH] docs(README): Updating readme to refer to CHANGES_3.0.0.md Putting a BIG BOLD NOTE at the top of the README that refers to CHANGES_3.0.0.md, so people know about the breaking changes. Fixes NODE-1229 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75758ac3a8e..85fb725c46a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js. Provides a high-level API on top of [mongodb-core](https://www.npmjs.com/package/mongodb-core) that is meant for end users. +**NOTE: v3.x was recently released with breaking API changes. You can find a list of changes [here](CHANGES_3.0.0.md).** + ## MongoDB Node.JS Driver | what | where |