We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b6c1d commit 9423bd3Copy full SHA for 9423bd3
CHANGELOG.markdown
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+## 3.6.2
6
+
7
+* [#255](https://github.com/rails/web-console/pull/255) Fix the truncated HTML body, because of wrong Content-Length header ([@timomeh])
8
9
## 3.6.1
10
11
* [#252](https://github.com/rails/web-console/pull/252) Fix improper injection in Rack bodies like ActionDispatch::Response::RackBody ([@gsamokovarov])
@@ -126,3 +130,4 @@ go to 3.1.0 instead.
126
130
[@pat]: https://github.com/pat
127
131
[@ybart]: https://github.com/ybart
128
132
[@fl0l0u]: https://github.com/fl0l0u
133
+[@timomeh]: https://github.com/timomeh
lib/web_console/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module WebConsole
- VERSION = "3.6.1"
+ VERSION = "3.6.2"
end
0 commit comments