File tree 4 files changed +21
-9
lines changed
4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 17
17
18
18
$news
19
19
# A tibble: 1 x 10
20
- start end h2 raw news
21
- <int> <int> <lgl> <chr> <list>
22
- 1 3 6 FALSE "# tea 0.0.1 (2023-01-23)\n\n- One.\n" <named list [1]>
23
- section_state title version date nickname
24
- <chr> <chr> <chr> <chr> <chr>
25
- 1 keep tea 0.0.1 (2023-01-23) 0.0.1 (2023-01-23) <NA>
20
+ start end h2
21
+ <int> <int> <lgl>
22
+ 1 3 6 FALSE
23
+ raw
24
+ <chr>
25
+ 1 "# tea 0.0.1 (2023-01-23)\n\n- Added a `NEWS.md` file to track changes to the~
26
+ news section_state title version date nickname
27
+ <list> <chr> <chr> <chr> <chr> <chr>
28
+ 1 <named list [1]> keep tea 0.0.1 (2023-01-23) 0.0.1 (2023-~ <NA>
26
29
27
30
$preamble_in_file
28
31
[1] TRUE
Original file line number Diff line number Diff line change 2
2
3
3
# tea 0.0.0.9001 (2023-03-20)
4
4
5
- - One .
5
+ - Added a ` NEWS.md ` file to track changes to the package .
6
6
Original file line number Diff line number Diff line change 2
2
3
3
# fledge (development version)
4
4
5
- - One.
5
+ ## Bug fixes
6
+
7
+ - Horrible bug.
8
+
9
+ ## Features
10
+
11
+ - Neat helper.
12
+ - New stuff.
6
13
7
14
8
15
# fledge 0.1.0
Original file line number Diff line number Diff line change 2
2
3
3
# fledge (development version)
4
4
5
- - One.
5
+ ## Features
6
+
7
+ - New stuff.
6
8
7
9
8
10
# fledge 0.1.0
You can’t perform that action at this time.
0 commit comments