aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-05-10 01:07:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-05-10 03:46:56 -0300
commit8ecc5ab1d88532a239f17c7520ed922c7579b01c (patch)
tree039f74b3ff88363fe3f6173693464947a22a58a6 /guides/CHANGELOG.md
parent943b96c738cd37023c986d89ad5b8af8254001b3 (diff)
downloadrails-8ecc5ab1d88532a239f17c7520ed922c7579b01c.tar.gz
rails-8ecc5ab1d88532a239f17c7520ed922c7579b01c.tar.bz2
rails-8ecc5ab1d88532a239f17c7520ed922c7579b01c.zip
Start Rails 5.1 development :tada:
Diffstat (limited to 'guides/CHANGELOG.md')
-rw-r--r--guides/CHANGELOG.md53
1 files changed, 1 insertions, 52 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md
index 6fdd0b20c5..2730d2dfea 100644
--- a/guides/CHANGELOG.md
+++ b/guides/CHANGELOG.md
@@ -1,53 +1,2 @@
-## Rails 5.0.0.rc1 (May 06, 2016) ##
-* No changes.
-
-
-## Rails 5.0.0.beta4 (April 27, 2016) ##
-
-* Update example of passing a proc to `:message` option for validating records.
-
- This behavior was recently changed in [Pull Request #24199](https://github.com/rails/rails/pull/24119) to
- pass the object being validated as first argument to the `:message` proc,
- instead of the key of the field being validated.
-
- *Prathamesh Sonpatki*
-
-* Added new guide: Action Cable Overview.
-
- *David Kuhta*
-
-
-## Rails 5.0.0.beta3 (February 24, 2016) ##
-
-* No changes.
-
-
-## Rails 5.0.0.beta2 (February 01, 2016) ##
-
-* No changes.
-
-
-## Rails 5.0.0.beta1 (December 18, 2015) ##
-
-* Add code of conduct to contributing guide.
-
- *Jon Moss*
-
-* New section in Configuring: Configuring Active Job.
-
- *Eliot Sykes*
-
-* New section in Active Record Association Basics: Single Table Inheritance.
-
- *Andrey Nering*
-
-* New section in Active Record Querying: Understanding The Method Chaining.
-
- *Andrey Nering*
-
-* New section in Configuring: Search Engines Indexing.
-
- *Andrey Nering*
-
-Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/guides/CHANGELOG.md) for previous changes.
+Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/guides/CHANGELOG.md) for previous changes.