aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-09-25 09:55:43 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-09-25 09:55:43 -0700
commit9fec0c8d3522c6b027dbe2df70c49953b2d9bbaa (patch)
treeffd905956e95ea62d118ea0915bed0bcbce828d9 /actionpack/CHANGELOG.md
parentc96b20f8d985c6fa87a8efda7a4884e3c35e5739 (diff)
parent3164b0a2c1e6b000d933263716f2e3f2ff1cca52 (diff)
downloadrails-9fec0c8d3522c6b027dbe2df70c49953b2d9bbaa.tar.gz
rails-9fec0c8d3522c6b027dbe2df70c49953b2d9bbaa.tar.bz2
rails-9fec0c8d3522c6b027dbe2df70c49953b2d9bbaa.zip
Merge pull request #7754 from NARKOZ/image_tag-size
Feature: set the same width and height for image if size attribute is a number
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ceaff1a3f4..248677688f 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* `image_tag` will set the same width and height for image if numerical value
+ passed to `size` option.
+
+ *Nihad Abbasov*
+
* Deprecate Mime::Type#verify_request? and Mime::Type.browser_generated_types,
since they are no longer used inside of Rails, they will be removed in Rails 4.1