Skip to content

Commit a46d9ff

Browse files
committed
Release 3.7.0
1 parent 2cb56f1 commit a46d9ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## master (unreleased)
44

5+
## 3.7.0
6+
7+
* [#263](https://github.com/rails/web-console/pull/263) Show binding changes ([@causztic])
8+
* [#258](https://github.com/rails/web-console/pull/258) Support Ctrl-A, Ctrl-W and Ctrl-U ([@gsamokovarov])
9+
* [#257](https://github.com/rails/web-console/pull/257) Always try to keep the console underneath the website content ([@gsamokovarov])
10+
511
## 3.6.2
612

713
* [#255](https://github.com/rails/web-console/pull/255) Fix the truncated HTML body, because of wrong Content-Length header ([@timomeh])
@@ -131,3 +137,4 @@ go to 3.1.0 instead.
131137
[@ybart]: https://github.com/ybart
132138
[@fl0l0u]: https://github.com/fl0l0u
133139
[@timomeh]: https://github.com/timomeh
140+
[@causztic]: https://github.com/causztic

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.6.2"
4+
VERSION = "3.7.0"
55
end

0 commit comments

Comments
 (0)