Update changelog

This commit is contained in:
Ryan Graham (Jenkins) 2016-05-12 00:25:58 -04:00 committed by admin
parent b24accf858
commit 6016a214d0
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
layout: page
since: (from 2016-03-16 to 2016-05-11)
since: (from 2016-03-17 to 2016-05-12)
---
## Core
@ -20,7 +20,7 @@ since: (from 2016-03-16 to 2016-05-11)
### loopback
* [@e723d8b](https://github.com/strongloop/loopback/commit/e723d8b6418f306b4cbd347a44a11d52837280fc) Throw error upon extending unknown model ([David Cheung](https://github.com/davidcheung))
* [PR#2301](https://github.com/strongloop/loopback/pull/2301) Remove unused condition for checking non-existent model ([davidcheung](https://github.com/davidcheung))
* [PR#2299](https://github.com/strongloop/loopback/pull/2299) [SEMVER-MAJOR] Removed unused user properties ([davidcheung](https://github.com/davidcheung))
* [PR#2310](https://github.com/strongloop/loopback/pull/2310) Update user.js ([ambrt](https://github.com/ambrt))
* [PR#2308](https://github.com/strongloop/loopback/pull/2308) Remove Change.handleError ([0candy](https://github.com/0candy))
@ -56,6 +56,7 @@ since: (from 2016-03-16 to 2016-05-11)
### loopback-datasource-juggler
* [PR#922](https://github.com/strongloop/loopback-datasource-juggler/pull/922) Document promise support for DAO::find ([Sequoia](https://github.com/Sequoia))
* [PR#926](https://github.com/strongloop/loopback-datasource-juggler/pull/926) Set ESLint as devdep ([superkhau](https://github.com/superkhau))
* [PR#924](https://github.com/strongloop/loopback-datasource-juggler/pull/924) Use mocha instead of Makefile for testing ([superkhau](https://github.com/superkhau))
* [PR#918](https://github.com/strongloop/loopback-datasource-juggler/pull/918) [SEMVER-MAJOR] DAO.create: don't return the instance ([bajtos](https://github.com/bajtos))