From 929779c377c5fe703decb296fb90aaa6316b25c1 Mon Sep 17 00:00:00 2001 From: Ryan CrawCour Date: Thu, 6 Aug 2015 14:03:52 -0700 Subject: [PATCH] Fixed 1.2.0 --- sdk/changelog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/changelog.md b/sdk/changelog.md index 9f6081f..aadafb4 100644 --- a/sdk/changelog.md +++ b/sdk/changelog.md @@ -12,12 +12,12 @@ - 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. + Allows you to do range operations on string fields. E.g. WHERE c.stringfield > "something" - LINQ provider support for OrderBy() or OrderByDescending() - +- **Breaking changes** + - 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. + ## Changes in 1.1.0 : ## - Support for partitioning data by using the new HashPartitionResolver and RangePartitionResolver classes and the IPartitionResolver - DataContract serialization