From b2725725ff70849c76c07f95d8c446aa20422e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cedric=20Ro=CC=88ck?= Date: Sat, 17 Jan 2015 16:35:58 +0100 Subject: [PATCH] Fixed issue #106. The valid_exposure check now also accepts Hash objects that have a key matching the attribute's name. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1060db48..a2e69c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ 0.4.3 (2014-06-12) ================== -* [#77](https://github.com/intridea/grape-entity/pull/77): Fix: compatibility with Rspec 3 - [@justfalter](https://github.com/justfalter). +* [#77](https://github.com/intridea/grape-entity/pull/77): Fix compatibility with Rspec 3 - [@justfalter](https://github.com/justfalter). * [#76](https://github.com/intridea/grape-entity/pull/76): Improve performance of entity serialization - [@justfalter](https://github.com/justfalter) 0.4.2 (2014-04-03)