Skip to content

Commit

Permalink
Updated release notes for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Oct 10, 2018
1 parent 88c4127 commit c0e1331
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.1.0
* New Etag and Timestamp attributes that can be applied to record fields; the row's ETag and Timestamp will be written into those fields on query. These fields are ignored when writing back into table storage. (Thanks @coolya)
* The System.Uri type is now supported as a record field type. (Thanks @coolya)

### 3.0.0
* .NET Standard 2.0 support. NOTE: All sync functions (eg. fromTable, etc) are now sync-over-async functions. See https://github.com/Azure/azure-storage-net/issues/367
* Fixed bug in fromTableAsync where take count wasn't respected
Expand Down

0 comments on commit c0e1331

Please sign in to comment.