From 48418b87d0e24d72772d76f063b8b905f5285291 Mon Sep 17 00:00:00 2001 From: Alexei Mikhailov Date: Wed, 5 Mar 2014 11:41:31 +0400 Subject: [PATCH] Update History.md [ci skip] --- History.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.md b/History.md index e376c39..290c0b4 100644 --- a/History.md +++ b/History.md @@ -6,6 +6,8 @@ The library completely redesigned, tons of refactorings applied. * Movement methods now use `ActiveRecord::Base#save` so all user validations and callbacks are invoked now. +* `parent_id` and `position` attributes are no longer protected + by default. It's up to developer to make them `attr_protected` now. ### New features