Skip to content

Commit 7d897e5

Browse files
committed
#[315] Changelog
1 parent cf3a9c5 commit 7d897e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,20 @@
1111
- Introduced the `#[dirs]` attribute, which can be used with `#[files(...)]` to explicitly include directory paths.
1212
See [#306](https://github.com/la10736/rstest/pull/306) thanks to @Obito-git.
1313
- The CI now runs builds and tests on Windows, as well.
14+
- `#[test_attr]` to define test attribute explicit and also enable the use of
15+
`#[macro_rules_attribute::apply(<macro>)]`: naw also `smol` works. See
16+
[#303](https://github.com/la10736/rstest/pull/303)
17+
[#311](https://github.com/la10736/rstest/pull/311)
18+
[#315](https://github.com/la10736/rstest/pull/315)
19+
thanks to @coriolinus.
1420

1521
### Fixed
1622

1723
- Removed unsued trait and impl spotted out on `1.89.0-nightly`
1824
- Add missed tests about ignore attribute's args in `rstest` expansion.
1925
See [#313](https://github.com/la10736/rstest/pull/313)
2026
- The `#[files(...)]` attribute now works reliably on Windows.
27+
- Now global attributes can go everywhere in the list also where case is used
2128

2229
## [0.25.0] 2025/3/2
2330

0 commit comments

Comments
 (0)