This commit is contained in:
Ryan CrawCour 2015-10-06 12:59:58 -07:00
Родитель 5896e4c324
Коммит e6a54d66cb
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,8 @@
## Changes in 1.5.0 : ##
- Added Upsert
- Implemented Upsert, Added UpsertXXXAsync methods
- Performance improvements for all requests
- LINQ Provider support for conditional, coalesce and CompareTo methods for strings
- **[Obselete]** UriFactory.CreateCollection --> should now use UriFactory.CreateDocumentCollection
## Changes in 1.4.1 : ##
- Fixing localization issues when using non en culture info such as nl-NL etc.