From 149b86d97bd14b26cdf1d408567a414418710bcf Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 4 Jan 2013 22:36:49 -0200 Subject: Move changelog entry in railties to the top Other minor changelog improvements [ci skip] --- activesupport/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 0d2897d79d..cc23ceb02c 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,6 +1,6 @@ ## Rails 4.0.0 (unreleased) ## -* Change String#to_date to use Date.parse. This gives more consistant error +* Change `String#to_date` to use `Date.parse`. This gives more consistent error messages and allows the use of partial dates. "gibberish".to_date => Argument Error: invalid date @@ -8,8 +8,8 @@ *Kelly Stannard* -* It's now possible to compare Date, DateTime, Time and TimeWithZone with Infinity - This allows to create date/time ranges with one infinite bound. +* It's now possible to compare `Date`, `DateTime`, `Time` and `TimeWithZone` + with `Infinity`. This allows to create date/time ranges with one infinite bound. Example: range = Range.new(Date.today, Float::INFINITY) -- cgit v1.2.3