From 2a0518853091ac2e2e245229f7945cbaa3c31d46 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Tue, 10 Apr 2018 20:22:38 +0300 Subject: [PATCH] Release 3.6.0 --- CHANGELOG.markdown | 18 ++++++++++++++++-- lib/web_console/version.rb | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index c6ab4395..b3bb4365 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,15 @@ ## master (unreleased) +## 3.6.0 + +* [#254](https://github.com/rails/web-console/pull/254) Rescue ActionDispatch::RemoteIp::IpSpoofAttackError ([@wjordan]) +* [#250](https://github.com/rails/web-console/pull/250) Close original body to comply with Rack SPEC ([@wagenet]) +* [#249](https://github.com/rails/web-console/pull/249) Update for frozen-string-literal friendliness ([@pat]) +* [#248](https://github.com/rails/web-console/pull/248) Fix copy on Safari ([@ybart]) +* [#246](https://github.com/rails/web-console/pull/246) International keyboard special character input fixes ([@fl0l0u]) +* [#244](https://github.com/rails/web-console/pull/244) Let WebConsole.logger respect Rails.logger ([@gsamokovarov]) + ## 3.5.1 * [#239](https://github.com/rails/web-console/pull/239) Fix the ActionDispatch::DebugExceptions integration ([@gsamokovarov]) @@ -55,8 +64,8 @@ Drop support for Rails `4.2.0`. This is mainly a Rails 5 compatibility release. If you have the chance, please go to 3.1.0 instead. -* [#181](https://github.com/rails/web-console/pull/181) Log internal Web Console errors (@schneems) -* [#150](https://github.com/rails/web-console/pull/150) Revert #150. (@gsamokovarov) +* [#181](https://github.com/rails/web-console/pull/181) Log internal Web Console errors ([@schneems]) +* [#150](https://github.com/rails/web-console/pull/150) Revert #150. ([@gsamokovarov]) ## 2.2.1 @@ -108,3 +117,8 @@ go to 3.1.0 instead. [@schneems]: https://github.com/schneems [@betesh]: https://github.com/betesh [@akirakoyasu]: https://github.com/akirakoyasu +[@wagenet]: https://github.com/wagenet +[@wjordan]: https://github.com/wjordan +[@pat]: https://github.com/pat +[@ybart]: https://github.com/ybart +[@fl0l0u]: https://github.com/fl0l0u diff --git a/lib/web_console/version.rb b/lib/web_console/version.rb index e43928ca..dcebbd88 100644 --- a/lib/web_console/version.rb +++ b/lib/web_console/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebConsole - VERSION = "3.5.1" + VERSION = "3.6.0" end