Skip to content

Commit

Permalink
Proofreading changes to 1.4.2 Release Notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Stam committed Apr 26, 2012
1 parent e3c852b commit 25a11c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CSharpDriver-2010.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release Notes", "Release No
Release Notes\Release Notes v1.3.1.txt = Release Notes\Release Notes v1.3.1.txt
Release Notes\Release Notes v1.3.txt = Release Notes\Release Notes v1.3.txt
Release Notes\Release Notes v1.4.1.md = Release Notes\Release Notes v1.4.1.md
Release Notes\Release Notes v1.4.2.md = Release Notes\Release Notes v1.4.2.md
Release Notes\Release Notes v1.4.md = Release Notes\Release Notes v1.4.md
EndProjectSection
EndProject
Expand Down
8 changes: 4 additions & 4 deletions Release Notes/Release Notes v1.4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Query.All/In/NotIn
------------------

There was an issue with Query.All/In/NotIn that might have affected you. If you
cast a BsonArray to IEnumerable<BsonValue> before calling Query.All/In/NotIn
cast a BsonArray to IEnumerable&lt;BsonValue&gt; before calling Query.All/In/NotIn
you would get an exception. This only happened when casting a BsonArray to
IEnumerable<BsonValue>. If you passed a BsonArray to the BsonArray overload or
passed an IEnumerable<BsonValue> that was not a BsonArray to the
IEnumerable<BsonValue> overload no exception was thrown.
IEnumerable&lt;BsonValue&gt;. If you passed a BsonArray to the BsonArray overload or
passed an IEnumerable&lt;BsonValue&gt; that was not a BsonArray to the
IEnumerable&lt;BsonValue&gt; overload no exception was thrown.

RequestStart/RequestDone
------------------------
Expand Down

0 comments on commit 25a11c6

Please sign in to comment.