From f7ee83c5e6744c4ea578ca126e127efd51b43f46 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Tue, 29 Sep 2015 11:01:32 +0100 Subject: [PATCH] Docs: Updated changelog and examples --- docs/reference/content/changelog.md | 12 ++++++++++++ docs/reference/content/examples.md | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/reference/content/changelog.md b/docs/reference/content/changelog.md index 5d4432a6..67035a13 100644 --- a/docs/reference/content/changelog.md +++ b/docs/reference/content/changelog.md @@ -13,6 +13,18 @@ title = "Changelog" Casbah jira project is here: [https://jira.mongodb.org/browse/CASBAH](https://jira.mongodb.org/browse/CASBAH) {{% /note %}} + +Changes in Version 3.0.0 +------------------------ + + * Updated Mongo Java Driver to 3.0.4 +
() + [\[CASBAH-82\]](https://jira.mongodb.org/browse/CASBAH-82) + * Remove Scala 2.9.3 support [\[CASBAH-182\]](https://jira.mongodb.org/browse/CASBAH-182) + * Added Scala 2.12.0-M2 support [\[CASBAH-179\]](https://jira.mongodb.org/browse/CASBAH-179) + * Converted MongoClientURI to case class [\[CASBAH-151\]](https://jira.mongodb.org/browse/CASBAH-151) + * Updated the build [\[CASBAH-183\]](https://jira.mongodb.org/browse/CASBAH-183) + Changes in Version 2.8.2 ------------------------ diff --git a/docs/reference/content/examples.md b/docs/reference/content/examples.md index c3abed04..f632943b 100644 --- a/docs/reference/content/examples.md +++ b/docs/reference/content/examples.md @@ -22,5 +22,5 @@ The following examples can be seen on * mongoimport An example of the [mongoimport](http://docs.mongodb.org/manual/reference/program/mongoimport/) program. - * parallelscan - An example of using the parallelScan collection method with futures to handle the processing of the cursor. + * GSSAPICredentialsExample + An example of connecting via GSSAPI.