From b913d8d95e043af16b993d0ade5e5fc14a9666fc Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Thu, 30 Nov 2017 20:41:40 +0200 Subject: [PATCH] misc: add CHANGELOG stub. --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e0cbbbe..b86b2d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,15 @@ to `semantic versioning`_. .. _Keep a Changelog: http://keepachangelog.com/ .. _semantic versioning: http://semver.org/ +[vX.Y.Z] - TODO +--------------- + +Added +^^^^^ +* Allow configuring the ``krakenex.API`` object to retry the query + on certain HTTP error codes. By default, no retries will be attempted. +* TODO: docs on how, link here. + [v2.0.0] - 2017-11-14 (Tuesday) -------------------------------