Skip to content

Commit

Permalink
Merge tag 'v1.0-9'
Browse files Browse the repository at this point in the history
- Change formatting of summary line: Begins with hash `#` and contains more text (#95).
- Correctly print list of lists (#97).
  • Loading branch information
Kirill Müller committed Jun 16, 2016
2 parents 53b1a6a + e34d580 commit 7b7a0c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tibble
Encoding: UTF-8
Version: 1.0-8
Version: 1.0-9
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ S3method(is_vector_s3,ordered)
S3method(obj_sum,POSIXlt)
S3method(obj_sum,default)
S3method(obj_sum,list)
S3method(obj_sum,tbl_df)
S3method(print,tbl_df)
S3method(print,trunc_mat)
S3method(quote_n,character)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# tibble 1.0-9 (2016-06-16)

- Change formatting of summary line: Begins with hash `#` and contains more text (#95).
- Correctly print list of lists (#97).


# tibble 1.0-8 (2016-06-16)

- Consistently surround variable names with single quotes in error messages.
Expand Down

0 comments on commit 7b7a0c1

Please sign in to comment.