Skip to content

Commit 1910067

Browse files
committed
Move and reword version notice.
1 parent 15c7ec4 commit 1910067

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-notes/rascal-0-41-x-release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ is no longer available, until we create a replacement. The pre-existing releases
2121
for the sake of security and simplicity.
2222
:::
2323

24-
### For people using 0.41.0 & 0.41.1
25-
26-
We previously released 0.41.0 and 0.41.1. Since they still contained some issues, we did not release them as part of any Rascal tools (e.g. the VS Code extension). If your project depends on one of those Rascal versions, we urge you to update to 0.41.2.
27-
2824
### Analyzing Java code
2925

3026
For many users the extraction of [java-air](https://github.com/usethesource/java-air/) as a separate project from `rascal` will be the biggest change. This allows
@@ -274,6 +270,10 @@ large files can now already be received and consumed by the client, in parallel,
274270
* The `visit` statement now _always_ memoizes `amb` clusters; this brings down the worst-case complexity of a visit with nested ambiguity to polynomial numbers (instead of the previous exponential amounts of nested combinations).
275271
* Duplicate overloads, present due to the exact same functions being extended from different directions in the extend graph, were eliminated. This greatly affects the efficiency of functions with only a few overloads, when the high count was caused by "diamond-shaped" extend graphs. Otherwise it doesn't do much for efficiency.
276272

273+
### What happened to 0.41.0 and 0.41.1?
274+
275+
We previously released 0.41.0 and 0.41.1. Since they still contained some issues, we did not release them as part of any Rascal tools (e.g. the VS Code extension). If your project depends on one of those Rascal versions, we urge you to update to 0.41.2.
276+
277277
### Merged Pull Requests since version 0.40.0
278278

279279
The following list gives access to detailed progress and discussions regarding this progress. If you are interested in

0 commit comments

Comments
 (0)