From 23fe435a474c043328291f07b56fe9a078f6c808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Bo=CC=88ttger?= Date: Sat, 11 Jul 2015 22:11:19 +1200 Subject: [PATCH] document changes --- PLANNED_CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PLANNED_CHANGES.md b/PLANNED_CHANGES.md index ca433e1..9e319a4 100644 --- a/PLANNED_CHANGES.md +++ b/PLANNED_CHANGES.md @@ -4,12 +4,12 @@ * add support for multiple state machines per class * persistence - * _MongoMapper_ * _Sequel_ * what happen's if someone accesses `aasm`, but has defined a state machine for `aasm(:my_name)`? * documentation * silence warnings? + * drop support for aasm_column ? # Changes so far @@ -23,4 +23,5 @@ * check all tests * _ActiveRecord_ * _Mongoid_ + * _MongoMapper_ * drop support for find_in_state, count_in_state, calculate_in_state, with_state_scope