This commit is contained in:
Laurent Sansonetti
2014-09-01 14:39:06 +02:00
parent 6bce52fe1c
commit 74b3c71c2c

View File

@@ -3,13 +3,15 @@
* Fixed the symbolication of backtraces to work on versions of Android where
the `libcorkscrew' library isn't present (such as super-old API versions as
well as the latest one, L).
* Added the following Proc methods: [], ===, yield, to_proc, arity, clone,
dup, ==, eql?, binding, to_s, lambda?, weak!, owner.
* Added the Kernel module and moved all methods that belong there.
* Added the following Object methods: eql?.
* Added the following Module methods: attr, included_modules.
* Added the following String methods: clear, concat, <<, empty?, replace,
intern, to_str, upcase, upcase!, downcase, downcase!, swapcase, swapcase!,
capitalize, capitalize!, reverse, reverse!, *, <=>, casecmp, start_with?,
end_with?, include?, index, rindex.
* Added the following Object methods: eql?.
* Added the following Proc methods: [], ===, yield, to_proc, arity, clone,
dup, ==, eql?, binding, to_s, lambda?, weak!, owner.
= RubyMotion 3.0 beta 0.5 =