Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Fixed changelog related to i18 key changes. Added author
- Made all sentences to end properly
[ci skip]
  • Loading branch information
vipulnsward committed Apr 10, 2016
1 parent 35b19cd commit bfc0d5e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions guides/CHANGELOG.md
@@ -1,8 +1,10 @@
* Update example of passing a proc to `:message` option for validating records.

This behavior was recently changed in https://github.com/rails/rails/pull/24119 to
pass the object being validated as first argument to the `:message` proc
instead of key of the field being validated.
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*

## Rails 5.0.0.beta3 (February 24, 2016) ##

Expand All @@ -16,23 +18,23 @@

## Rails 5.0.0.beta1 (December 18, 2015) ##

* Add code of conduct to contributing guide
* Add code of conduct to contributing guide.

*Jon Moss*

* New section in Configuring: Configuring Active Job
* New section in Configuring: Configuring Active Job.

*Eliot Sykes*

* New section in Active Record Association Basics: Single Table Inheritance
* New section in Active Record Association Basics: Single Table Inheritance.

*Andrey Nering*

* New section in Active Record Querying: Understanding The Method Chaining
* New section in Active Record Querying: Understanding The Method Chaining.

*Andrey Nering*

* New section in Configuring: Search Engines Indexing
* New section in Configuring: Search Engines Indexing.

*Andrey Nering*

Expand Down

0 comments on commit bfc0d5e

Please sign in to comment.