CHANGES.md in reform-2.0.0.beta2 vs CHANGES.md in reform-2.0.0.rc1
- old
+ new
@@ -1,7 +1,8 @@
## 2.0.0
* The `::reform_2_0!` is no longer there. Guess why.
+* Again: `:empty` doesn't exist anymore. You can choose from `:readable`, `:writeable` and `:virtual`.
* :populator => lambda { |fragment, index, args|
# songs[index] or songs[index] = args.binding[:form].new(Song.new)
# }
is now :populator => lambda { |fragment, index, args|
# songs[index] or songs.insert(index) = Song.new
\ No newline at end of file