diff --git a/sdk/changelog.md b/sdk/changelog.md index 0a5f67e..f034e98 100644 --- a/sdk/changelog.md +++ b/sdk/changelog.md @@ -1,12 +1,11 @@ ## Changes in 1.2.0 : ## +- Dependency on Newtonsoft.Json v5.0.7 - Changes to support Order By - Support for string range indexes Allows you to do range operations on string fields. Like WHERE c.stringfield > "something" - - Breaking change in IndexingPolicy to support Order By If you have existing code that provisions collections with a custom indexing policy then your existing code will need to be updated to support the new IndexingPolicy class If you have no custom indexing policy, then this change does not affect you. - - LINQ provider support for OrderBy() or OrderByDescending() ## Changes in 1.1.0 : ##