diff --git a/doc/go1.7.html b/doc/go1.7.html index 57ec6d93c4..cf5d8a48a5 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -479,7 +479,8 @@ common in some environments.
The runtime can now return unused memory to the operating system on -all architectures. In Go 1.6 and earlier, the runtime could not +all architectures. +In Go 1.6 and earlier, the runtime could not release memory on ARM64, 64-bit PowerPC, or MIPS.