Skip to content

Commit cbe7e32

Browse files
author
Nicolas Laurent
committed
changelog
1 parent 1bab81f commit cbe7e32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Bug fixes:
5151
* Fixed `Symbol#to_proc` to create proc with nil `source_location` (#1663).
5252
* Make `GC.start` work with keyword arguments.
5353
* Fixed `Kernel#clone` for `nil`, `true`, `false`, `Integer`, and `Symbol`.
54+
* Made `Kernel#caller_locations` accept a range argument, and return `nil` when appropriate.
5455

5556
Compatibility:
5657

@@ -72,6 +73,7 @@ Compatibility:
7273
* Implemented `rb_io_set_nonblock` (#1741).
7374
* Include the major kernel version in `RUBY_PLATFORM` on macOS like MRI (#1860, @eightbitraptor).
7475
* Implemented `Enumerator::Chain`, `Enumerator#+`, and `Enumerable#chain` (#1859, #1858).
76+
* Implemented `Thread#backtrace_locations` and `Exception#backtrace_locations` (#1556).
7577

7678
Performance:
7779

0 commit comments

Comments
 (0)