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

Commit

Permalink
Release r2.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan W. McAdams committed Nov 9, 2010
1 parent a2cf69b commit 320ba39
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,15 @@


2.0b2 / 2010-11-09
==================

* Added documentation build script
* Moved loading of ConversionHelpers from Connection creation to instantiation of Commons' Implicits
- This means conversions are ALWAYS loaded now for everyone
* Added registered conversion for Product (tuples) which fixes open issues with serialization
* Migrated Conversions code from core to commons, repackaging as com.mongodb.casbah.commons.conversions
- Unit Test remains in Core as it uses core code to test loading/unloading which is fine for buildtime tests
* Moved Logger from core to commons, package changed from com.mongodb.casbah.util.Logging to com.mongodb.casbah.commons.Logging

2.0b1 / 2010-11-05 2.0b1 / 2010-11-05
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project.organization=com.mongodb.casbah project.organization=com.mongodb.casbah
project.name=casbah project.name=casbah
sbt.version=0.7.4 sbt.version=0.7.4
project.version=2.0b1 project.version=2.0b2
def.scala.version=2.7.7 def.scala.version=2.7.7
build.scala.versions=2.8.0 2.8.1.RC4 build.scala.versions=2.8.0 2.8.1.RC4
project.initialize=false project.initialize=false

0 comments on commit 320ba39

Please sign in to comment.