Skip to content

Commit

Permalink
Bump version to 1.6.4.9003
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 30, 2021
1 parent a46a587 commit 2d76518
Show file tree
Hide file tree
Showing 2 changed files with 9 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: pillar
Title: Coloured Formatting for Columns
Version: 1.6.4.9002
Version: 1.6.4.9003
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# pillar 1.6.4.9003

- Reworked formatting routine, now using an event-based approach with in-order iteration over all pillars. The only visible changes are that usage of free space if space is limited has slightly improved (#435).
- New `ctl_new_pillar_list()`, supersedes `ctl_new_compound_pillar()` (#433).
- Fixed some cases for combinations of printed width and `getOption("width")` (#432).
- Remove dependency on the crayon package (#233, #406).


# pillar 1.6.4.9002

- List columns omit size information if horizontal space is insufficient (#392).
Expand Down

0 comments on commit 2d76518

Please sign in to comment.