aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-28 15:00:06 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-28 15:00:06 -0200
commitf25ad07f5ade46eb978fa82658463232d0247c65 (patch)
tree84ce6012f2c51c2ce91881bfd14f92f746a89a27 /guides/CHANGELOG.md
parentee614af6fa6c9e8cac70bcfd7d3583d0b4ff907b (diff)
downloadrails-f25ad07f5ade46eb978fa82658463232d0247c65.tar.gz
rails-f25ad07f5ade46eb978fa82658463232d0247c65.tar.bz2
rails-f25ad07f5ade46eb978fa82658463232d0247c65.zip
Start Rails 5 development :tada:
We will support only Ruby >= 2.1. But right now we don't accept pull requests with syntax changes to drop support to Ruby 1.9.
Diffstat (limited to 'guides/CHANGELOG.md')
-rw-r--r--guides/CHANGELOG.md28
1 files changed, 1 insertions, 27 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md
index 2770fc73e7..afaa404ac1 100644
--- a/guides/CHANGELOG.md
+++ b/guides/CHANGELOG.md
@@ -1,27 +1 @@
-* Change Posts to Articles in Getting Started sample application in order to
-better align with the actual guides.
-
- *John Kelly Ferguson*
-
-* Update all Rails 4.1.0 references to 4.1.1 within the guides and code.
-
- *John Kelly Ferguson*
-
-* Split up rows in the Explain Queries table of the ActiveRecord Querying section
-in order to improve readability.
-
- *John Kelly Ferguson*
-
-* Change all non-HTTP method 'post' references to 'article'.
-
- *John Kelly Ferguson*
-
-* Updates the maintenance policy to match the latest versions of Rails
-
- *Matias Korhonen*
-
-* Switched the order of `Applying a default scope` and `Merging of scopes` subsections so default scopes are introduced first.
-
- *Alex Riabov*
-
-Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/guides/CHANGELOG.md) for previous changes.
+Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/guides/CHANGELOG.md) for previous changes.