summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2022-12-21 21:05:08 -0800
committerJeremy Evans <code@jeremyevans.net>2022-12-21 21:05:08 -0800
commit1e193c78d20e567c8eaeedf56b728adb9e0aaf7b (patch)
treeea4ac608e8d0967ea49f311cb7f54e87fb79b3cd /NEWS.md
parent4213f42555a62b565ff99e0ad3e7d3c7f5495180 (diff)
Clarify NEWS entry for Bug #16889
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index b2033a8fe2..89b2c0d268 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -370,8 +370,8 @@ Note: We're only listing outstanding class updates.
* TracePoint#binding now returns `nil` for `c_call`/`c_return` TracePoints.
[[Bug #18487]]
* TracePoint#enable `target_thread` keyword argument now defaults to the
- current thread if `target` and `target_line` keyword arguments are not
- passed. [[Bug #16889]]
+ current thread if a block is given and `target` and `target_line` keyword
+ arguments are not passed. [[Bug #16889]]
* UnboundMethod