mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
# Description Fixes #12193 where the `$in` value may be null for closures provided to `insert`. # User-Facing Changes The `$in` value will now always be the same as the closure parameter for `insert`.