We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2925742 commit 2e67e9aCopy full SHA for 2e67e9a
CHANGELOG
@@ -1,3 +1,6 @@
1
+3.1.0
2
+* Fix a reloading bug when using default scope [Krzysztof Rybka](https://github.com/krzysiek1507)
3
+
4
3.1.0
5
* Ensure that nested_set queries respect the model's default_scope. [oesgalha](https://github.com/oesgalha)
6
* Add Rails 5 support [Krzysztof Rybka](https://github.com/krzysiek1507)
lib/awesome_nested_set/version.rb
@@ -1,3 +1,3 @@
module AwesomeNestedSet
- VERSION = '3.1.0' unless defined?(::AwesomeNestedSet::VERSION)
+ VERSION = '3.1.1' unless defined?(::AwesomeNestedSet::VERSION)
end
0 commit comments