changelog.d/1649

This commit is contained in:
Fraser Murray 2023-02-14 20:25:07 +00:00
parent 11877002af
commit 64408f957d
1 changed files with 8 additions and 0 deletions

8
changelog.d/1649 Normal file
View File

@ -0,0 +1,8 @@
synopsis: Add HasStatus instance for Headers (that defers StatusOf to underlying value)
prs: #1649
description: {
Adds a new HasStatus (Headers hs a) instance (StatusOf (Headers hs a) = StatusOf a)
}