note/CHANGELOG in facets-1.4.1 vs note/CHANGELOG in facets-1.4.2

- old
+ new

@@ -7,9 +7,22 @@ * Added OpenCascade, which is like OpenObject but chains access. * Added ...'s lazy.rb which include's Future and Promise classes. * Added task.rb, which provides a Rake interface compatible task system, but that can be used in any code. * Improved Hash#traverse (it now does all traversing before yielding). +* kernel/me, kernel/methodname and kernel/method_name have all been + deprecated in favor of the 1.9 standard kernel/__method__ and + kernel/__callee__. +* Console::Application is deprecated and is no longer an alias for + Console::Command. +* Console::Command also now supports run-on flags (eg. -xvzf). +* More's classinherit.rb has been removed, and classmethods.rb will be + too in another version or two. You should transition all uses of + these to core/module/class_extension.rb. +* Updated tuple.rb so that when a string is converted to a Tuple (#to_t) + the values wll be made integers if they are composed of only numbers. + If you need all strings you can use a block since the block bypasses + this auto coercement, eg. to_t{ |v| v }. == 1.3.1 * Deprecated string/to_arr, and slightly adjusted string#to_a. (Not commonly used so not a major change.) * Minor bug fixes.