diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-03-01 20:43:35 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-03-01 20:43:35 -0500 |
commit | f2ab439c41468ba64c8658bf1d17f802e906857c (patch) | |
tree | 182517aa40b909725ab5b98ee95ab4860dc7e342 /CHANGELOG_v3 | |
parent | v3: ruby 1.9 hash symbol syntax adopted (diff) |
v3: space between each and opening curly brace e.g. "x.each {|y| p y}"
Diffstat (limited to 'CHANGELOG_v3')
-rw-r--r-- | CHANGELOG_v3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG_v3 b/CHANGELOG_v3 index 6c1de705..81aaab62 100644 --- a/CHANGELOG_v3 +++ b/CHANGELOG_v3 @@ -31,6 +31,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.2.orig.tar.gz * ruby 1.9 hash symbol syntax adopted + * space between each and opening curly brace e.g. "x.each {|y| p y}" + * use "encoding: utf-8" (instead of coding) * urls, param, two unrelated regex fixes, check |