From ada9196b7a6d08d924b2417a136a1480c5e6896b Mon Sep 17 00:00:00 2001 From: George Protacio-Karaszi Date: Sun, 14 Aug 2022 11:21:17 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 241f862..3dccc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Query methods and patches will now only be loaded once ActiveRecord has been fully loaded. - This should aid people that are having a hard time getting some query methods such as the `union` to load and work properly. +## Bugfix + +- [#83](https://github.com/GeorgeKaraszi/ActiveRecordExtended/issues/83) Prevent quoting of CTE names with parentheses in them (yasirazgar) + # 2.2.0 - July 28th 2022 #### Breaking Changes: