[NEWS] fix RM-553

This commit is contained in:
Watson
2014-08-13 20:04:34 +09:00
parent c794a3ee45
commit 29a18eb3e2

2
NEWS
View File

@@ -12,6 +12,8 @@
* Fixed a bug where overrode Time#+ would not be called.
* Fixed a bug which it would trigger random crash when #method_missing will be
called.
* Fixed a bug where it would cause a "Permission denied" error if vendor
library directory was not writable.
* Improved Module#define_method performance. ~3 times faster.
* Improved Object#method_missing performance. ~8 times faster.
* Reduced the app boot time. ~70% faster.