CHANGELOG.md in groupdate-3.0.0 vs CHANGELOG.md in groupdate-3.0.1
- old
+ new
@@ -1,4 +1,9 @@
+## 3.0.1
+
+- Added support for Redshift
+- Fix for infinite loop in certain cases for Rails 5
+
## 3.0.0
Breaking changes
- `Date` objects are now returned for day, week, month, quarter, and year by default. Use `dates: false` for the previous behavior, or change this globally with `Groupdate.dates = false`.