diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/index.wiki
index 451bced5..4d0854d4 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/index.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/index.wiki
@@ -3,6 +3,7 @@
[[Property:weight|-10]]
[[Property:uuid|10b907f5-bd50-09e0-af40-68988fe93df1]]
This is where settings regarding your project are going to be made. In here you can specify:
+* the different targets your project consists of
* the clusters that contain your classes
* the libraries and/or assemblies that you use
* which assertion level you want to check
diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-1405.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-1405.wiki
index dd87cc64..f9d09727 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-1405.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-1405.wiki
@@ -63,6 +63,9 @@ Most libraries do now compile in the highest level of void-safety except the fol
* Fixed {FILE_UTILITIES}.files_end_with to respect the depth level specified in argument.
* Fixed issues with the handling of the Unicode escape character. If the escaped UTF-32 string contains the escape sequence and it is trying to escape something that could fit the UTF-16 or UTF-8 encoding, then we store the content as is. This is to avoid the case for UTF-16 where if you have: '''?61''' it would yield '''a''' after round-tripping. Now if the UTF-16 or UTF-8, contains the escape character, the resulting string would have it twice, which again preventing proper roundtriping.
+===Internationalization===
+* Removed get_locale and get_language from I18N_FILE_SCOPE_INFORMATION to use the Eiffel naming convention locale and language and also changed the types to be detachable. This requires updating callers to the new name and to also perform a check that the request yields an attached entity.
+
===Regexp===
* Renamed CHARACTER_SET and BYTE_CODE into PCRE_CHARACTER_SET and PCRE_BYTE_CODE to avoid name conflicts with libraries that have the same class names.