Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 337 Bytes

CHANGELOG.md

File metadata and controls

8 lines (6 loc) · 337 Bytes

angular-cosmosdb Changelog

1.0.1 (2018-06-26)

Bug Fixes

  • Fix 8436
    • Error on insert due to duplicate key. Mongoose reserves the key id and we're attempting to use that within our Hero model. Changed our model to have a key of uid instead.