From 7d8b89b8507ede52692691753451ff0573e374e4 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 29 Jun 2021 17:01:05 +0300 Subject: [PATCH] CHANGELOG: release v0.16.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c699f2a..de5533f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ This document outlines major changes between releases. +## 0.16.0 (29 Jun 2021) + +We update HTTP gateway with NEP-6 wallets support, YAML configuration files +and small fixes. + +New features: + * YAML configuration file (#71) + +Behavior changes: + * gateway key needs to be stored in a proper NEP-6 wallet now, `-k` option is + no longer available, see `-w` and `-a` (#68) + +Bugs fixed: + * downloads were not streamed leading to excessive memory usage (#67) + * Last-Modified header incorrectly used local time (#75) + ## 0.15.2 (22 Jun 2021) New features: