aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorFrancesc Esplugas <francesc.esplugas@gmail.com>2008-04-22 15:44:13 -0500
committerJoshua Peek <josh@joshpeek.com>2008-04-22 15:44:13 -0500
commitbf1b1e0925085811f0b58bb4093e678438ea0236 (patch)
treeace4626f05ac932271196dc5a82bfd16a1121649 /railties/CHANGELOG
parenta4fc93c3a9f59dcd7cf56c6ae1cb1fb749f6678b (diff)
downloadrails-bf1b1e0925085811f0b58bb4093e678438ea0236.tar.gz
rails-bf1b1e0925085811f0b58bb4093e678438ea0236.tar.bz2
rails-bf1b1e0925085811f0b58bb4093e678438ea0236.zip
Rails Edge info returns the latest git commit hash [#36 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index a21bfc72dd..6cd2b5364f 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Rails Edge info returns the latest git commit hash [Francesc Esplugas]
+
* Added Rails.public_path to control where HTML and assets are expected to be loaded from (defaults to Rails.root + "/public") #11581 [nicksieger]
* rake time:zones:local finds correct base utc offset for zones in the Southern Hemisphere [Geoff Buesing]