Skip to content

Commit eccebe9

Browse files
NEWS: Remove plan() test on legacy constant backend
1 parent 6dca2ff commit eccebe9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

NEWS.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
* Now `load_tests()` returns a named list, where the names
66
corresponds to the test titles.
7-
7+
8+
## Test Updates
9+
10+
* Remove `plan()` test on legacy `constant` backend.
11+
812

913
# Version 0.7.0 [2023-05-20]
1014

@@ -68,15 +72,15 @@
6872

6973
# Version 0.5.0 [2022-12-15]
7074

71-
## New Tests
75+
## Tests Updates
7276

7377
* Assert that none of `future()`, `run()`, `result()` and `value()`
7478
update the RNG state.
7579

7680

7781
# Version 0.4.0 [2022-11-21]
7882

79-
## New Tests
83+
## Tests Updates
8084

8185
* Assert that `rm(a)` in a future expression only removes a local
8286
variable `a`, but never a global variable `a`.
@@ -114,7 +118,7 @@
114118

115119
# Version 0.3.0 [2021-10-09]
116120

117-
## New Tests
121+
## Tests Updates
118122

119123
* Assert that `future()` doesn't change the RNG kind.
120124

0 commit comments

Comments
 (0)