diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 908548d536..e71474bd63 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* PostgreSQL sequence support. Use set_sequence_name in your model class to specify its primary key sequence. #2292 [Rick Olson , Robby Russell ] + * Change default logging colors to work on both white and black backgrounds. [Sam Stephenson] * YAML fixtures support ordered hashes for fixtures with foreign key dependencies in the same table. #1896 [purestorm@ggnore.net]