Remove changelog header for unreleased version

We only add the header when releasing to avoid some conflicts.

[ci skip]
This commit is contained in:
Rafael Mendonça França 2018-03-13 15:20:21 -04:00
parent f36e298ca7
commit ba0ae542ca
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
10 changed files with 0 additions and 20 deletions

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Enable select tag helper to mark `prompt` option as `selected` and/or `disabled` for `required`
field. Example:

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Add support for timezones to Active Job.
Record what was the current timezone in effect when the job was

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Fix bug where `URI.unscape` would fail with mixed Unicode/escaped character input:
URI.unescape("\xe3\x83\x90") # => "バ"

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*

View File

@ -1,5 +1,3 @@
## Rails 6.0.0.alpha (Unreleased) ##
* Deprecate passing Rack server name as a regular argument to `rails server`.
Previously: