Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Feb 11, 2022
1 parent 3c0420c commit 7791cd6
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RAILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.2
7.0.2.1
5 changes: 5 additions & 0 deletions actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions actionmailbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down
9 changes: 9 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* Under certain circumstances, the middleware isn't informed that the
response body has been fully closed which result in request state not
being fully reset before the next request

[CVE-2022-23633]


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions actiontext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* Ensure `preload_link_tag` preloads JavaScript modules correctly.
Expand Down
5 changes: 5 additions & 0 deletions activejob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* Use different cache namespace for proxy calls
Expand Down
5 changes: 5 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* Fix `PG.connect` keyword arguments deprecation warning on ruby 2.7.
Expand Down
5 changes: 5 additions & 0 deletions activestorage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* Revert the ability to pass `service_name` param to `DirectUploadsController` which was introduced
Expand Down
5 changes: 5 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* Fix `ActiveSupport::EncryptedConfiguration` to be compatible with Psych 4
Expand Down
5 changes: 5 additions & 0 deletions guides/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 7.0.2.1 (February 11, 2022) ##

* No changes.


## Rails 7.0.2 (February 08, 2022) ##

* No changes.
Expand Down

0 comments on commit 7791cd6

Please sign in to comment.