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 2f4d1c2 commit 8d17dfcCopy full SHA for 8d17dfc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.0
2
+
3
+* Added support for the use of `:for` with non Active Model objects
4
5
## 1.0.0.rc4
6
7
* Fix issue where user could call `symbolize_keys!` on a
lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
- VERSION = "1.0.0.rc4"
+ VERSION = "1.0.0"
end
0 commit comments