-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
25 lines (21 loc) · 1.08 KB
/
Changes
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
Revision history for Perl extension AnyEvent::Superfeedr
0.04 Tue Mar 23 14:50:17 2010
- Fixed Atom namespace in <feed> and added <title> and <updated> in $n->as_xml (miyagawa)
- Added $notification->title attribute
0.03
- [incompatible] change arguments of on_connect() (pass $superfeedr)
- [incompatible] adds an explicit ->connect() that you have to call now
- Fix an error reported by Tatsuhiko Miyagawa with connect errors
- Adds $notification->as_xml
- Fixes a problem where notifications would always be empty
Apparently Superfeedr changed some XML namespaces
- Other minor cleanups
0.02 Wed Aug 5 15:55:00 2009
Some non backward compatible changes:
- Enabled bulk subscription with one subscribe()
call (Tatsuhiko Miyagawa)
- Allows callback to subscribe and unsubscribe. (Tatsuhiko Miyagawa)
- Removed subscription/unsubscription options in favor of user's own
timer (Tatsuhiko Miyagawa)
0.01 Fri Jul 24 21:58:34 2009
- Initial version that doesn't do much