Skip to content

Commit 10a0b6b

Browse files
committed
tidy
1 parent 39734a4 commit 10a0b6b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Version 0.4-11
2+
3+
- #49 permit use of `"quantile"` `style` `probs=` argument; should really use `n=`, as `probs` is set internally to `seq(0, 1, 1/n)`. For other vectors, the use of `"fixed"` `style` is preferable.
4+
5+
## Version 0.4-10
6+
7+
- #46 limiting use of `nsamp=`.
8+
9+
- #44 correcting logic in `largeN=` handling.
10+
111
## Version 0.4-9
212

313
- #41 issues. The maximum and minimum breaks are set to \code{+Inf} and \code{-Inf} to avoid errors induced in the earlier version where breaks could cease to be strictly ascending. The \code{legacy=} argument with value \code{TRUE} may be used to revert to the previous behaviour.
@@ -18,4 +28,4 @@
1828

1929
- Add `"headtails"` vignette (@dieghernan)
2030

21-
- Add `"headtails"` style (@dieghernan)
31+
- Add `"headtails"` style (@dieghernan)

0 commit comments

Comments
 (0)