diff --git a/RELEASES.rst b/RELEASES.rst index 881ddb4860..8a75bba639 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -2369,5 +2369,9 @@ Planned 2.1.0 (XXXX-XX-XX) ------------------ +* Spawn the ArrayBuffer object backing a typed array lazily when its .buffer + property is first read, reducing memory usage in common cases where the view + is constructed directly without needing the ArrayBuffer object (GH-1225) + 3.0.0 (XXXX-XX-XX) ------------------