|
2 | 2 |
|
3 | 3 | ## master (unreleased)
|
4 | 4 |
|
| 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 | + |
5 | 14 | ## 3.5.1
|
6 | 15 |
|
7 | 16 | * [#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`.
|
55 | 64 | This is mainly a Rails 5 compatibility release. If you have the chance, please
|
56 | 65 | go to 3.1.0 instead.
|
57 | 66 |
|
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]) |
60 | 69 |
|
61 | 70 | ## 2.2.1
|
62 | 71 |
|
@@ -108,3 +117,8 @@ go to 3.1.0 instead.
|
108 | 117 | [@schneems]: https://github.com/schneems
|
109 | 118 | [@betesh]: https://github.com/betesh
|
110 | 119 | [@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 |
0 commit comments