We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dddc3 commit 28e2c5fCopy full SHA for 28e2c5f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 6.3.1
2
+
3
+* Include `RailsStreaming` in a Rails loader callback, so that ActionController does not need to be in the namespace.
4
5
## 6.3.0
6
7
* Include `RailsStreaming` automatically via a Railtie. It is not really necessary to force people to manage it manually.
lib/zip_kit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ZipKit
- VERSION = "6.3.0"
+ VERSION = "6.3.1"
end
0 commit comments