File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
66to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 1.24.3
9+
10+ - Upgrade to project-loader 4.0.0
11+ - Backends are now only tested against 2023.2 and above (up from 2022.2) due to a bug in MPS
12+ (https://youtrack.jetbrains.com/issue/MPS-39248/Cant-find-property-constraints-errors-for-base-language )
13+ which makes newer MPS versions break when opening projects from old MPS versions.
14+
815## 1.24.2
916
1017- ` execute ` now applies the indexing workaround like ` modelcheck ` and ` generate ` .
Original file line number Diff line number Diff line change 11org.gradle.parallel =true
22
3- version.backend =1.24.2
3+ version.backend =1.24.3
44version.project-loader =5.0.0
55
66# A comma-separated list of MPS releases or prereleases to test against.
You can’t perform that action at this time.
0 commit comments