From 5bd988d45e865aa6bf9007953b2ed176f1046ad1 Mon Sep 17 00:00:00 2001 From: Felipe Renan Date: Tue, 28 Nov 2017 22:02:20 -0200 Subject: [PATCH] Update changelog [ci skip] This just updates the unreleased section with the last changes. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458a0915..3881ca39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Unreleased +### Enhancements +* Add frozen_string_literal magic comment to several files. [@oniofchaos](https://github.com/oniofchaos) +### Bug fix +* Fix error when the scope from association has parameter. [@feliperenan](https://github.com/feliperenan) +* Only call `where` on associations when they respond to it. [@anicholson](https://github.com/anicholson) +* require 'action_pack' before using it. [@etagwerker](https://github.com/etagwerker) +* Check if Rails.env is defined. [@etagwerker](https://github.com/etagwerker) + ## 3.5.0 * Updated gem dependency to support Rails 5.1.x.