diff --git a/BreakingChanges.txt b/BreakingChanges.txt deleted file mode 100644 index 0f6f22a348..0000000000 --- a/BreakingChanges.txt +++ /dev/null @@ -1,13 +0,0 @@ -Breaking changes in Version 0.7 (under development) - -2010-10-21 - -Renamed DLLs to: - -MongoDB.Bson.dll (was MongoDB.BsonLibrary.dll) -MongoDB.Driver.dll (was MongoDB.CSharpDriver.dll) - -Renamed namespaces to: - -using MongoDB.Bson; (was MongoDB.BsonLibrary) -using MongoDB.Driver; (was MongoDB.CSharpDriver) diff --git a/README.md b/README.md index 7e0425658e..de2ea0acf8 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ apidoc: http://api.mongodb.org/csharp/ (coming soon) http://jira.mongodb.org/browse/CSHARP -see also: BreakingChanges.txt - ### Maintainers: * Robert Stam robert@10gen.com * Sridhar Nanjundeswaran sridhar@10gen.com