-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
22 lines (17 loc) · 956 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Trunk:
* Documentation corrections.
* Changed the name of the method for receiving emails to receive, for consistency with
Action Mailer.
* Allowed use of ERB within the config file.
Version 0.2.0:
* Added support for sending the same message to multiple recipients (implemented by sending
that message multiple times at present.) Normal #recipient method is present also, and
does exactly the same thing as #recipients. But you may enjoy the readability.
* Changed the API for initialising the message properties, is now more like Action Mailer's
version (see the examples.)
* Improved README docs to describe what to import and where to find the config file.
* Updated bundled XMPP4R to the latest version.
Version 0.1.1:
* Fixed a glitch that caused mock mode to be permanently engaged while inside Rails.
* Fixed initialisation of the default messenger so that subclasses of ActionMessenger::Base
don't have to declare uses_messenger.