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 9f4c0c8 commit 2c53289Copy full SHA for 2c53289
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Mongoid::Includes 3.0.2 (2022-11-03) ##
2
+
3
+* [perf: avoid queries when foreign keys are empty](https://github.com/ElMassimo/mongoid_includes/commit/9f4c0c8bf1560a319c663fae77015c638caec56b)
4
5
## Mongoid::Includes 3.0.1 (2022-11-03) ##
6
7
* Allow installing this library with Mongoid `8.0`.
lib/mongoid/includes/version.rb
@@ -5,6 +5,6 @@ module Mongoid
module Includes
# Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
8
- VERSION = '3.0.1'
+ VERSION = '3.0.2'
9
end
10
0 commit comments