Skip to content

Commit fc94137

Browse files
committed
CRAN release v0.4
close #56
1 parent 94d3c1c commit fc94137

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tufte
22
Type: Package
33
Title: Tufte's Styles for R Markdown Documents
4-
Version: 0.3.1
4+
Version: 0.4
55
Authors@R: c(
66
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
77
person("JJ", "Allaire", role = "aut"),

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# CHANGES IN tufte VERSION 0.4 (unreleased)
1+
# CHANGES IN tufte VERSION 0.4
22

33
## BUG FIXES
44

55
- Should use the Pandoc argument `--top-level-division=chapter` instead of `--chapters` for `tufte_book()` (thanks, @jtth, #52).
66

7+
- Processing of multi-line footnotes fails with the Pandoc option `--wrap preserve` (thanks, @aoles, #57 #58).
8+
79
# CHANGES IN tufte VERSION 0.3
810

911
## NEW FEATURES

0 commit comments

Comments
 (0)