File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
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
+
5
11
## 3.6.2
6
12
7
13
* [ #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.
131
137
[ @ybart ] : https://github.com/ybart
132
138
[ @fl0l0u ] : https://github.com/fl0l0u
133
139
[ @timomeh ] : https://github.com/timomeh
140
+ [ @causztic ] : https://github.com/causztic
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module WebConsole
4
- VERSION = "3.6.2 "
4
+ VERSION = "3.7.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments