-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
45 lines (24 loc) · 1016 Bytes
/
NEWS
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
44
45
Payproc - The Payment Processor
Noteworthy changes in version 0.4.0 (unreleased)
------------------------------------------------
* Support for an explicit test mode so that a second daemon can be
run in test mode.
Noteworthy changes in version 0.3.0 (2015-10-15)
------------------------------------------------
* Support for SEPA payments
* New tool payproc-post.
* Implement access restrictions via user ids.
Noteworthy changes in version 0.2.1 (2014-09-09)
------------------------------------------------
* Support exchange rates.
Noteworthy changes in version 0.2.0 (2014-05-23)
------------------------------------------------
* Add session mangement.
Noteworthy changes in version 0.1.0 (2014-04-17)
------------------------------------------------
* Allow writing a journal
* Return proper error messages.
* Other cleanups.
Noteworthy changes in version 0.0.0 (2014-04-03)
------------------------------------------------
* Initial release with some basic functions.