From 7fdd737e5cfb6a21dad219e3d70ce382b3659ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kocsis=20M=C3=A1t=C3=A9?= Date: Sun, 8 May 2016 19:24:13 +0200 Subject: [PATCH] Bumped version --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e461972..33010a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ According to my plans, v11.0 may be the last minor release before v1.0. ADDED: +CHANGED: + +REMOVED: + +FIXED: + +## 0.10.5 - 2016-05-08 + +ADDED: + - Support for PHPUnit 5.0 - `Request::getFilteringParam()` method @@ -12,11 +22,12 @@ CHANGED: - Updated JSON API schema - A default value can be provided to `Request::getResourceAttribute()` method when the attribute is not present - -REMOVED: +- [#20](https://github.com/woohoolabs/yin/issues/20): Expressing empty relationships in the response FIXED: +- [#22](https://github.com/woohoolabs/yin/issues/22): Data member isn't present when fetching a relationship + ## 0.10.4 - 2016-03-29 FIXED: