Skip to content

Commit

Permalink
Merge pull request #972 from JetBrains/merge/mps20232
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann authored Oct 9, 2024
2 parents 3145473 + f5fa6e5 commit b898377
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 269 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is *loosely* based on [Keep a Changelog](https://keepachangelog.com/e

## October 2024

### Fixed

- *de.itemis.mps.editor.diagram*: *IDragPaletteEntry* and *IPaletteEntry* are not mutually exclusive anymore and can be implement by one class.

### Added

- *com.mbeddr.mpsutil.editor.querylist*: The expression *queryListNode* was renamed to node and a new expression *index* can now be used to refer to the index of the current queried node.
Expand Down Expand Up @@ -34,7 +38,7 @@ The format is *loosely* based on [Keep a Changelog](https://keepachangelog.com/e
### Changed

- *de.slisson.mps.reflection*: The language uses the class ReflectionUtil directly and doesn't copy ReflectionUtil_copy in the model anymore.
- *com.mbeddr.mpsutil.editor.querylist.runtime*: Querylist calls model checks of target nodes less aggressively.
- *com.mbeddr.mpsutil.editor.querylist.runtime*: Querylist calls model checks of target nodes less agressively.

## July 2024

Expand Down
Loading

0 comments on commit b898377

Please sign in to comment.