File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
content/CTG_99_versions/CTG_10_release-notes Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -942,4 +942,5 @@ Post-release <span id="postrelease"></span>
942942
943943### 5.3.66 (UNDEFINED) - maintenance revision <span id="version-5.3.66"></span>
944944
945- - Nothing so far...
945+ - Backported major version check when importing a module: importing modules exported from
946+ a higher major versions is now denied as it may have unexpected results
Original file line number Diff line number Diff line change @@ -458,4 +458,5 @@ Post-release <span id="postrelease"></span>
458458
459459### 6.1.26 (UNRELEASED) - maintenance revision <span id =" version-6.1.26 " ></span >
460460
461- - Nothing so far...
461+ - Backported major version check when importing a module: importing modules exported from
462+ a higher major versions is now denied as it may have unexpected results
Original file line number Diff line number Diff line change @@ -390,4 +390,5 @@ Post-release <span id="postrelease"></span>
390390
391391### 6.2.5 (UNRELEASED) <span id="version-6.2.5"></span>
392392
393- - Nothing so far...
393+ - Backported major version check when importing a module: importing modules exported from
394+ a higher major versions is now denied as it may have unexpected results
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Deprecated features to be removed in the next releases
2727> Nothing so far...
2828
2929Features
30- -------------
30+ --------
3131
3232New features for the end-user
3333
@@ -176,5 +176,14 @@ This is an issue in v6 where the characteristics of referenced fields may have a
176176
177177These referenced fields are thus now also ignored in these helper methods.
178178
179+ ### Major version check at module import
180+
181+ A module exported from a higher major version for the platform (e.g. from the future major version 7)
182+ will now be refused for import as it may cause unexpected results.
183+
184+ Importing modules exported from lower major version is still supported.
185+
179186Fixes
180- ------
187+ -----
188+
189+ > Nothing so far...
You can’t perform that action at this time.
0 commit comments