diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki
index ecb01693..6cafe870 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/debugging-limitations.wiki
@@ -3,3 +3,7 @@
[[Property:uuid|4377d765-8664-ee0c-5d5b-e42fd7d172c3]]
Check the following page for the EiffelStudio's limitation regarding the Eiffel Debugger.
+The latest version has the same limitations as [[Debugging limitations - 6.4, 6.5]]
+
+
+
diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki
index 54bd3889..dc75377c 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki
@@ -9,6 +9,7 @@
* Debian packages available for downloads
* Added external contributions: Decimal library, Json parser, arbitrary precision mathematics, encryption (SHA1, MD5, x509, ...)
* Added previews of libraries: sqlite3, regular expression, ...
+* Added a command line option "-tests" to run all associated Autotest tests from the command line
===Improvements===
* Better integration to the latest Linux Desktop environments: Unity from Ubuntu and KDE 4.0.
@@ -47,7 +48,8 @@
* Changed the behavior of {STRING_XX}.twin to create a new string where the capacity is set to the count of the twined strings and not to its capacity. In scenarios where a large buffer is used but a frequent twin is used it has a big impact on speed and memory usage.
* Fixed an issue with {FILE}.read_to_string which would not change the hash_code of the string given as argument.
* Improved speed of HASH_TABLE lookups.
-* Added {POINTER}.is_default_pointer
+* Added {POINTER}.is_default_pointer.
+* Excluded class BIT_REF from the default setup. In order to use type BIT one has to define a variable USE_BIT.
===EiffelVision2===
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]