diff options
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index a2566ae5fb..e4f6a44d81 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Fix regression of #1969 with SELECT aliases in HAVING clause. + + *Eugene Kenny* + * Deprecate using `#quoted_id` in quoting. *Ryuta Kamizono* |