From 457d320f6d8b722f6acff403fab5edd377e6b2e5 Mon Sep 17 00:00:00 2001 From: Alexander Pann Date: Wed, 13 Nov 2024 12:50:52 +0100 Subject: [PATCH] update the readme --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf2d62ddf..992595acae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,25 @@ Semantic Versioning and the changes are simply documented in reverse chronologic ## com.mbeddr.mpsutil -### Feature +### Added - A new language `com.mbeddr.mpsutil.collections` was added that adds support for a set type `nset` that use nodes as the values of the set. Equivalence of nodes is checked structurally. The hash code calculation is done for all properties and children and the first level of references. The runtime solution also contains a more general class `EquivalenceHashSet` to implement hashsets with arbitrary `equals` and `hashcode` methods. +### Changes + +- The language `com.mbeddr.spreadsheat` was renamed to `com.mbeddr.spreadsheet`. + +### Removed + +- The language `com.mbeddr.mpsutil.projectview.favourites` was removed. Please use the MPS bookmarks manager instead: https://www.jetbrains.com/help/mps/navigating-through-the-source-code.html#use_bookmarks +- The stub solution `org.apache.batik` were removed. Please use `de.itemis.stubs.batik` from MPS-Extensions instead. +- The stub solution `org.xml` were removed. Please use `de.itemis.stubs.xml` from MPS-Extensions instead. + # October 2024 ## com.mbeddr.mpsutil -### Feature +### Added - Adds a caching mechanism for caching the retrieval of 'ILogicalChild' by 'ILogicalChildOwner' @@ -37,7 +47,7 @@ Semantic Versioning and the changes are simply documented in reverse chronologic ## com.mbeddr.mpsutil.interpreter -### Feature +### Added - Added user defineable call back function when trace node is added to the trace tree @@ -55,7 +65,7 @@ Semantic Versioning and the changes are simply documented in reverse chronologic ## com.mbeddr.mpsutil.checkinHandler -### Feature +### Added - A new kind of Checkin handlers (background handler) now support the interface `CommitCheck` which allows more options like running the code after the commit or in the background.