ruby: add change note

This commit is contained in:
yoff
2025-05-13 16:18:33 +02:00
parent 774b1820c2
commit c70fd6a58c

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Captured variables are currently considered live when the capturing function exists normally. Now they are also considered live when the capturing function exits via an exception.