From 8d91d001fd214777f7a5a61ed2a3b919c33f4c8c Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Sun, 16 Feb 2020 08:14:43 +0000 Subject: [PATCH] Update changelog for #420 and #437 --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index a42b8320..6ec9a705 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # X.X.X (Next) - Fix frozen string literal error [#431](https://github.com/rubyzip/rubyzip/pull/431) +- Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437) + +Tooling: +- Add a `bin/console` script for development [#420](https://github.com/rubyzip/rubyzip/pull/420) # 2.2.0 (2020-02-01)