summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/2.0.0-notes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst
index 40ad029f0..f4640dfc6 100644
--- a/doc/release/2.0.0-notes.rst
+++ b/doc/release/2.0.0-notes.rst
@@ -18,8 +18,8 @@ Support for NA missing values similar to those in R has been implemented.
This was done by adding optional NA masks to the core array object.
While a significant amount of the NumPy functionality has been extended to
-support NA masks, not everything is yet supported. Here is a list of things
-that do and do not work with NA values:
+support NA masks, not everything is yet supported. Here is an (incomplete)
+list of things that do and do not work with NA values:
What works with NA:
* Basic indexing and slicing, as well as full boolean mask indexing.