aboutsummaryrefslogtreecommitdiffstats
path: root/guides/CHANGELOG.md
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2016-04-27 15:47:22 -0500
committereileencodes <eileencodes@gmail.com>2016-04-27 15:48:47 -0500
commitf7a986012a6099445e20b6414d253ee0fc039118 (patch)
tree7097a0c9084254d42ae4f4ea57c0e6db849f6ad8 /guides/CHANGELOG.md
parentba907d6caa92880bd3d7d5635823361f6fca829d (diff)
downloadrails-f7a986012a6099445e20b6414d253ee0fc039118.tar.gz
rails-f7a986012a6099445e20b6414d253ee0fc039118.tar.bz2
rails-f7a986012a6099445e20b6414d253ee0fc039118.zip
Prep Rails 5 beta 4
Diffstat (limited to 'guides/CHANGELOG.md')
-rw-r--r--guides/CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md
index 4f4f27d6e4..f49e1fa81e 100644
--- a/guides/CHANGELOG.md
+++ b/guides/CHANGELOG.md
@@ -1,16 +1,18 @@
+## 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.
+* Added new guide: Action Cable Overview.
*David Kuhta*
-
+
## Rails 5.0.0.beta3 (February 24, 2016) ##
* No changes.