Skip to content

Commit 7fe0f27

Browse files
committed
Add CHANGELOG entry to composed_of removal
1 parent 0517474 commit 7fe0f27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

activerecord/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Rails 4.0.0 (unreleased) ##
22

3+
* `composed_of` has removed. You'll have to write your own accessor
4+
and mutator methods if you'd like to use value objects to represent some
5+
portion of your models.
6+
7+
*Steve Klabnik*
8+
39
* PostgreSQL default log level is now 'warning', to bypass the noisy notice
410
messages. You can change the log level using the `min_messages` option
511
available in your config/database.yml.

0 commit comments

Comments
 (0)