From 5e318d1f300ac9cc6b402909020b47c22eb58398 Mon Sep 17 00:00:00 2001 From: Aleksandar Yalnazov Date: Wed, 7 Oct 2015 18:47:26 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0581f5f..f25561a 100755 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ PaymillContext loads the context of PAYMILL for a single account, by providing a * SubscriptionService * TransactionService * WebhookService + * ChecksumService These services should not be created directly. They have to be obtained by the context's accessors. @@ -119,6 +120,11 @@ You may delete objects by calling the service's delete() method with an object i ## Changelog +### 2.2.0 +* Bug fixing +* ChecksumService added +* FilterList added + ### 2.1 * PyPi release fixed