We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ac35 commit 72da3e0Copy full SHA for 72da3e0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 5.2.1
4
+- Auto include associations when the through association has already been loaded. See
5
+ [138](https://github.com/salsify/goldiloader/pull/138) for details.
6
+ **Thanks [@Flixt](https://github.com/Flixt)**
7
+
8
## 5.2.0
9
- Add support for custom preloads with compound keys. See
10
[129](https://github.com/salsify/goldiloader/pull/133) for details.
lib/goldiloader/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Goldiloader
- VERSION = '5.2.0'
+ VERSION = '5.2.1'
end
0 commit comments