From 8032bad915a93580637c0742163a2b4a113e4061 Mon Sep 17 00:00:00 2001 From: radrow Date: Sat, 2 Sep 2023 17:41:18 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed23acb..d2aced6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added ### Changed +- Names of lifted lambdas now consist of parent function's name and their + position in the source code. ### Removed ### Fixed +- Lifted lambdas get their names assigned deterministically. ## [7.3.0] ### Fixed