Preparing for 4.0.0.beta1 release

上级 ebe9590d
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Allow passing interpolations to `#default_i18n_subject`, e.g.:
......
......@@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
......
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Fix `respond_to` not using formats that have no block if all is present. *Michael Grosser*
......
......@@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
......
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the
absence of attributes.
......
......@@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
......
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Fixing issue #8345. Now throwing an error when one attempts to touch a
new object that has not yet been persisted. For instance:
......
......@@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
......
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Prevent `DateTime#change` from truncating the second fraction, when seconds
do not need to be changed.
......
......@@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
......
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.beta1 (unreleased) ##
* Split Validations and Callbacks guide into two. *Steve Klabnik*
......
## Rails 4.0.0 (unreleased) ##
## Rails 4.0.0.beta1 (February 25, 2013) ##
* Improve `rake stats` for JavaScript and CoffeeScript: ignore block comments
and calculates number of functions.
......
......@@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
......
......@@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta"
PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册