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 02c517d commit 74502caCopy full SHA for 74502ca
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 5.2.0
4
+- Add support for custom preloads with compound keys. See
5
+ [129](https://github.com/salsify/goldiloader/pull/133) for details.
6
+ **Thanks [@apauly](https://github.com/apauly)**
7
+-
8
## 5.1.0
9
- Add support for custom preloads to automatically eager loading non-Active Record association data. See
10
[129](https://github.com/salsify/goldiloader/pull/129) for details.
lib/goldiloader/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Goldiloader
- VERSION = '5.1.0'
+ VERSION = '5.2.0'
end
0 commit comments