diff --git a/NEWS.md b/NEWS.md index d94f8a62d..3bccaba79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,9 @@ ## Breaking Changes * `pd_to_p()` now returns 1 and a warning for pds smaller than 0.5. +* `map_estimate()`, `p_direction()`, `p_map()`, and `p_significance()` now + return a data-frame when the input is a numeric vector. (making the output + consistently a data frame for all inputs.) ## Changes