Skip to content

Commit a281128

Browse files
committed
chore(doc): Update Changelog
1 parent d969702 commit a281128

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.3.x 2024-12-25
2+
================
3+
4+
- Add
5+
- SpfBuilder now ensures that only unique mechanisms are added to a given Mechanism`<T>`.
6+
Adding duplicates programmatically is not possible. This is handled silently. There is no warning.
7+
8+
- SpfBuilder function `build()` does validation as part of its Spf creation. No additional validation
9+
is required.
10+
11+
- Note:
12+
- The append_mechanism() function is quite loose in its behaviour. This is to say rules regarding "redirect" and "
13+
all"
14+
are ignored. You can freely add both mechanisms to an SpfBuilder struct.
15+
- add_redirect() and add_all() return SpfBuilder in different states. This prevents
16+
a "redirect" or "all" from both being present. I am considering his may well be over engineered.
17+
118
0.3.2 2024-12-07
219
================
320

0 commit comments

Comments
 (0)