Skip to content

Commit 0c8892a

Browse files
committed
Release 3.6.0
1 parent ff81317 commit 0c8892a

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.markdown

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## master (unreleased)
44

5+
## 3.6.0
6+
7+
* [#254](https://github.com/rails/web-console/pull/254) Rescue ActionDispatch::RemoteIp::IpSpoofAttackError ([@wjordan])
8+
* [#250](https://github.com/rails/web-console/pull/250) Close original body to comply with Rack SPEC ([@wagenet])
9+
* [#249](https://github.com/rails/web-console/pull/249) Update for frozen-string-literal friendliness ([@pat])
10+
* [#248](https://github.com/rails/web-console/pull/248) Fix copy on Safari ([@ybart])
11+
* [#246](https://github.com/rails/web-console/pull/246) International keyboard special character input fixes ([@fl0l0u])
12+
* [#244](https://github.com/rails/web-console/pull/244) Let WebConsole.logger respect Rails.logger ([@gsamokovarov])
13+
514
## 3.5.1
615

716
* [#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`.
5564
This is mainly a Rails 5 compatibility release. If you have the chance, please
5665
go to 3.1.0 instead.
5766

58-
* [#181](https://github.com/rails/web-console/pull/181) Log internal Web Console errors (@schneems)
59-
* [#150](https://github.com/rails/web-console/pull/150) Revert #150. (@gsamokovarov)
67+
* [#181](https://github.com/rails/web-console/pull/181) Log internal Web Console errors ([@schneems])
68+
* [#150](https://github.com/rails/web-console/pull/150) Revert #150. ([@gsamokovarov])
6069

6170
## 2.2.1
6271

@@ -108,3 +117,8 @@ go to 3.1.0 instead.
108117
[@schneems]: https://github.com/schneems
109118
[@betesh]: https://github.com/betesh
110119
[@akirakoyasu]: https://github.com/akirakoyasu
120+
[@wagenet]: https://github.com/wagenet
121+
[@wjordan]: https://github.com/wjordan
122+
[@pat]: https://github.com/pat
123+
[@ybart]: https://github.com/ybart
124+
[@fl0l0u]: https://github.com/fl0l0u

lib/web_console/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebConsole
4-
VERSION = "3.5.1"
4+
VERSION = "3.6.0"
55
end

0 commit comments

Comments
 (0)