Ruby: change note

This commit is contained in:
Asger F
2023-06-12 10:07:26 +02:00
parent d47477bd3b
commit 452af312ff

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* Fixed a bug in how `map_filter` calls are analyzed. Previously, such calls would
appear to the return the receiver of the call, but now the return value of the callback
is properly taken into account.