parent
a64a14767d
commit
516941bec5
|
@ -1,10 +1,13 @@
|
||||||
# X.X.X (Next)
|
# X.X.X (Next)
|
||||||
|
|
||||||
- Fix frozen string literal error [#431](https://github.com/rubyzip/rubyzip/pull/431)
|
- 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)
|
- Set `OutputStream.write_buffer`'s buffer to binmode [#439](https://github.com/rubyzip/rubyzip/pull/439)
|
||||||
|
- Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437) [#440](https://github.com/rubyzip/rubyzip/pull/440)
|
||||||
|
|
||||||
Tooling:
|
Tooling:
|
||||||
|
|
||||||
- Add a `bin/console` script for development [#420](https://github.com/rubyzip/rubyzip/pull/420)
|
- Add a `bin/console` script for development [#420](https://github.com/rubyzip/rubyzip/pull/420)
|
||||||
|
- Update rake requirement (development dependency only) to fix a security alert.
|
||||||
|
|
||||||
# 2.2.0 (2020-02-01)
|
# 2.2.0 (2020-02-01)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue