Release notes section refers to the git log comments

This commit is contained in:
Jim Menard 2009-01-07 12:51:16 -05:00
parent 3473d026a6
commit 90eccd2412
1 changed files with 1 additions and 11 deletions

View File

@ -39,17 +39,7 @@ http://github.com/geir/mongo-java-driver/tree/master.
== Release Notes
Added "strict" db attribute.
I plan to remove the auto-generation of _id primary keys.
If you ran tests using code before release
http://github.com/jimm/mongo-ruby-driver/commit/4244f56ce6c7044a1ce096843eb991856422c0cc
then the DB API tests might fail the first time you run it. If that doesn't
clear up the failed test, you might have to delete your database. To do that,
type
$ rm /data/db/ruby-mongo-test*
See the git log comments.
= To Do