File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ cell-screenshots/
29
29
# -----------------------------------------------------------
30
30
.idea
31
31
workspace.xml
32
+ .ideaconfig
32
33
33
34
# -----------------------------------------------------------
34
35
# JUNIT
@@ -52,6 +53,7 @@ code/languages/*/TEST*.xml
52
53
code /languages /org.iets3.core /build /tmp
53
54
.mps-caches
54
55
* .iml
56
+ .mpsconfig
55
57
56
58
# -----------------------------------------------------------
57
59
# GRADLE
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
5
5
Format of the log is _ loosely_ based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
The project does _ not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
7
7
8
+ ## July 2025
9
+
10
+ ### Fixed
11
+
12
+ - Expressions of ShortLambdas are now correctly updated and used for interpretation after they are changed
13
+
8
14
## May 2025
9
15
10
16
### Fixed
You can’t perform that action at this time.
0 commit comments