@@ -6,6 +6,39 @@ sidebar_position: 87
66
77In this post we report on the Rascal release 0.41.x
88
9+ ## Release 0.41.2 - December, 2025
10+
11+ ### Merged Pull Requests since version 0.41.1
12+
13+ * [ #2571 ] ( https://github.com/usethesource/rascal/pull/2571 ) - Make breakpoint suspension global
14+
15+ ### Fixed issues since version 0.41.1
16+
17+ * [ #2519 ] ( https://github.com/usethesource/rascal/issues/2519 ) - [ documentation error] declarations != relations
18+
19+ ## Release 0.41.1 - December, 2025
20+
21+ ### Merged Pull Requests since version 0.41.0
22+
23+ * [ #2542 ] ( https://github.com/usethesource/rascal/pull/2542 ) - Always test that the current typechecker can type check the standard library of Rascal
24+ * [ #2555 ] ( https://github.com/usethesource/rascal/pull/2555 ) - Use daemon threads to prevent blocking shutdown
25+ * [ #2552 ] ( https://github.com/usethesource/rascal/pull/2552 ) - Add the callerEnvironment as Scope in default parameter computation
26+ * [ #2560 ] ( https://github.com/usethesource/rascal/pull/2560 ) - Fix broken links caused by removing features only used in rascal-website
27+ * [ #2561 ] ( https://github.com/usethesource/rascal/pull/2561 ) - Fix dozens of doc compilation errors due to persistent module load errors
28+ * [ #2564 ] ( https://github.com/usethesource/rascal/pull/2564 ) - Better change detection for extend
29+ * [ #2566 ] ( https://github.com/usethesource/rascal/pull/2566 ) - Missing ` ModuleStatus ` propagation
30+ * [ #2565 ] ( https://github.com/usethesource/rascal/pull/2565 ) - Fix various errors in integration tests
31+ * [ #2557 ] ( https://github.com/usethesource/rascal/pull/2557 ) - Added missing verbose flag to prevent Maven plugin from crashing if it is set
32+ * [ #2540 ] ( https://github.com/usethesource/rascal/pull/2540 ) - Add symbol constructor args name on tree view
33+ * [ #2559 ] ( https://github.com/usethesource/rascal/pull/2559 ) - Classloader concurrency
34+ * [ #2567 ] ( https://github.com/usethesource/rascal/pull/2567 ) - Removed cycle reported in [ #2563 ] ( https://github.com/usethesource/rascal/issues/2563 )
35+ * [ #2568 ] ( https://github.com/usethesource/rascal/pull/2568 ) - Fixed various type errors
36+
37+ ### Fixed issues since version 0.41.0
38+
39+ * [ #2562 ] ( https://github.com/usethesource/rascal/issues/2562 ) - Unexpected "Remove code clone" error
40+ * [ #2563 ] ( https://github.com/usethesource/rascal/issues/2563 ) - ATypeTest creates a cycle that breaks all following tests
41+
942## Release 0.41.0 - September, 2025
1043
1144Welcome to Rascal 0.41.0! This release comes with great improvements in usability (parse error recovery, loading speed)
0 commit comments