Skip to content

Commit 8cc226b

Browse files
committed
fix format in NEWS
1 parent 3a296a5 commit 8cc226b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

NEWS.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
# mlr3misc
2-
3-
## v0.1.4
1+
# mlr3misc 0.1.4
42

53
* Added argument `na_rm` to `which_max()` and `which_min()`.
64
* Fixed a bug in `as_short_string()` for empty atomic vectors.
75

8-
## v0.1.3
6+
# mlr3misc 0.1.3
97

108
* New function `detect()`.
119
* New function `dictionary_sugar()`.
1210
* It is now asserted that the return value of `Dictionary$get()` is an R6 object.
1311
* Fix some assertions in `Dictionary`
1412

15-
## v0.1.2
13+
# mlr3misc 0.1.2
1614

1715
* New function `named_vector()`.
1816
* New function `keep_in_bounds()`.
@@ -22,13 +20,13 @@
2220
* Additional arguments passed to `Dictionary$get()` and `Dictionary$mget()`
2321
must now be named.
2422

25-
## v0.1.1
23+
# mlr3misc 0.1.1
2624

2725
* New function `encapsulate()` to call functions while recording a log.
2826
* `invoke()`: New arguments `.opts` and `.seed` to temporarily set options or
2927
random seeds, respectively.
3028
* Fixed warnings about partial argument matching.
3129

32-
## v0.1.0
30+
# mlr3misc 0.1.0
3331

3432
* Initial release.

0 commit comments

Comments
 (0)