From 006a528b5f1d9da5e42992e1a4c5b2c54ef18cb5 Mon Sep 17 00:00:00 2001 From: Matt Fields Date: Wed, 31 Oct 2018 02:40:37 +0800 Subject: [PATCH] add changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e692ef8..ebf42e1 100644 --- a/changelog.md +++ b/changelog.md @@ -26,7 +26,7 @@ B2FileList b2_exceptions.py - Changed API error classes to match Backblaze API docs - added base API exception B2Exception. -- Handle non-200 status code responses with 'raise B2Exception.parse(response)` <-- would be happy to think up a better way to handle this +- Handle non-200 status code responses with 'raise B2Exception.parse(response)` tests.py - added and cleaned up integration tests