diff options
author | murphy <murphy@rubychan.de> | 2010-03-30 01:48:08 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-30 01:48:08 +0000 |
commit | 6b3179bd610feac90075bb478d06e124c54397a3 (patch) | |
tree | cd7abff51de8d02ebde34a1da7c6d867a5f4a323 /Changes.textile | |
parent | bb650f82019a6d1c706d07b4fc3e4f85b0f259c2 (diff) | |
download | coderay-6b3179bd610feac90075bb478d06e124c54397a3.tar.gz |
Upporting r463, removing String#to_unix.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 8f295a6..1d2c24d 100644 --- a/Changes.textile +++ b/Changes.textile @@ -42,6 +42,11 @@ h3. @Scanners@ * *NEW* Mapped @:patch@ to @:diff@. * *REMOVED* @:ecma@ and @:h@ - not language names +h3. @Scanners::Scanner@ + +* *FIXED* Ruby 1.9.2 compatibility problem (see revision 463). +* *REMOVED* @String#to_unix@. + h3. @Scanners::JavaScript@ * *IMPROVED* Added @NaN@ and @Infinity@ to list of predefined constants. |