-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
43 lines (22 loc) · 1.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
*SVN*
*0.1.0* (May 5th, 2008)
* Remove dependency on acts_as_list
* Update to reflect changes from has_states to state_machine
* Introduce an ActionMailer-type api for adding the various types of recipients
* Update migrations to support Rails 2.0 syntax
* Replace has_finder dependency with named_scope
* Remove has_messages helper
* Update documentation
*0.0.1* (September 26th, 2007)
* Add state_changes fixtures for tests
* Use has_finder for tracking the deletion status of Messages/MessageRecipients
* Message#forward and Message#reply should create new instances of the current class, not always Message
* Add type field to MessageRecipient table
* Allow message senders to not be model recipients in third-party plugins
* Remove old references to Message::StateExtension
* Update with dependency on custom_callbacks
* Add documentation
* Convert dos newlines to unix newlines
* Move ReceiverMessage state into the MessageRecipient class
* Moved Build extensions out of the MessageRecipient class
* Fix determining whether classes exist in has_messages