Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Docs: Updated changelog and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Sep 29, 2015
1 parent 9a95f91 commit f7ee83c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/reference/content/changelog.md
Expand Up @@ -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
<br>(<https://github.com/mongodb/mongo-java-driver/releases/tag/r3.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
------------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/content/examples.md
Expand Up @@ -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.

0 comments on commit f7ee83c

Please sign in to comment.