Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Mar 17, 2019
1 parent 8f98f49 commit 2f1a7da
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v0.16.0-beta.3 (2019-03-17)

#### :bug: Bug Fix
* `@orbit/indexeddb`, `@orbit/local-storage`, `@orbit/record-cache`
* [#608](https://github.com/orbitjs/orbit/pull/608) RemoveRecord when part of has many relationship should not clobber the whole relationship in IndexedDB source ([@tchak](https://github.com/tchak))
* `@orbit/indexeddb`, `@orbit/local-storage`
* [#606](https://github.com/orbitjs/orbit/pull/606) Do not reset persisting sources on initalize ([@tchak](https://github.com/tchak))

#### :house: Internal
* `@orbit/indexeddb`, `@orbit/local-storage`
* [#610](https://github.com/orbitjs/orbit/pull/610) Add tests to verify local storage + indexeddb sources are not reset on initialization ([@dgeb](https://github.com/dgeb))
* `@orbit/integration-tests`
* [#609](https://github.com/orbitjs/orbit/pull/609) Add integration-tests package ([@dgeb](https://github.com/dgeb))

#### Committers: 2
- Dan Gebhardt ([@dgeb](https://github.com/dgeb))
- Paul Chavard ([@tchak](https://github.com/tchak))


## v0.16.0-beta.2 (2019-03-14)

#### :rocket: Enhancement
Expand Down

0 comments on commit 2f1a7da

Please sign in to comment.