Skip to content

Commit 949dfd8

Browse files
authored
docs(changelog): v1.7.0 (#64)
1 parent f2490f5 commit 949dfd8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.7.0 (2026-04-21)
2+
3+
### Feat
4+
5+
- **delay**: new `Delay[T comparable]` queue. Elements become dequeuable at a deadline computed by a caller-supplied function at `Offer` time; `Get` errors until the head is due, `GetWait` sleeps until it is. Built on a typed min-heap by deadline; zero-alloc steady-state offer/get.
6+
7+
### Docs
8+
9+
- README: add a "Choosing a queue" decision table, a Quick start snippet, a Features bullet list, a prominent pkg.go.dev link, and Contributing / Security / License sections.
10+
- README: fix inconsistencies across the per-queue examples (variable naming, indentation, `Println` vs `Printf`).
11+
112
## v1.6.0 (2026-04-21)
213

314
### Fix

0 commit comments

Comments
 (0)