Skip to content

Commit a40876d

Browse files
authored
Merge pull request #9152 from haskell/issue-9113-changelog
Add changelog for #9113
2 parents 4aa5f88 + 1142105 commit a40876d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.d/issue-9113

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
synopsis: Fix handling of ETag header for remote packages
2+
packages: cabal-install
3+
prs: #9116
4+
issues: #9113
5+
6+
description: {
7+
8+
Remote packages will now be cached regardless of the capitalization of the
9+
"ETag" header. Previously remote packages would not be cached if the header
10+
name did not match exactly. Now they will be cached even if the header's
11+
capitalization is different.
12+
13+
}

0 commit comments

Comments
 (0)