Skip to content

Commit 230e44e

Browse files
daxpeddaModProg
authored andcommitted
Include changelog in spellchecking
1 parent 48eb177 commit 230e44e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.config/topic.dic

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
13
1+
14
22
Changelog
33
CHANGELOG
44
destructure/G
@@ -11,4 +11,5 @@ struct/S
1111
TODO
1212
tuple
1313
v1
14+
Versioning
1415
zeroize

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v3
2424
- name: Run Spellcheck
25-
run: cargo spellcheck check -m 1 2>/dev/null
25+
run: cargo spellcheck check -m 1 CHANGELOG.md 2>/dev/null

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Support [`ZeroizeOnDrop`](https://docs.rs/zeroize/1.5/zeroize/trait.ZeroizeOnDrop.html).
1919

2020
### Changed
21-
- **Breaking Change**: Changed to attribute instead of derive proc macro.
21+
- **Breaking Change**: Changed to attribute instead of derive proc-macro.
2222

2323
### Removed
2424
- **Breaking Change**: Remove support for `Zeroize(drop)`.

0 commit comments

Comments
 (0)