diff --git a/DESCRIPTION b/DESCRIPTION index faecec4b8..06164f3c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tibble Encoding: UTF-8 -Version: 0.3-3 +Version: 0.3-4 Title: Simple Data Frames Description: Provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames. diff --git a/NEWS.md b/NEWS.md index 1da92edf8..61a056e46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,16 @@ +Version 0.3-4 (2016-03-18) +=== + +- Renamed `obj_type()` to `obj_sum()`, improvements, better integration with `type_sum()`. +- Add tests. +- Improve documentation and vignette. +- Internal cleanup. +- Improve `[.tbl_df()` error message. +- `frame_data()` returns 0-row but n-col data frame if no data. +- Further cleanup of `repair_names()`. +- Don't trim ws in `repair_names()` (#47). + + Version 0.3-3 (2016-03-18) ===