diff --git a/changelog.d/issue-9113 b/changelog.d/issue-9113 new file mode 100644 index 0000000000000000000000000000000000000000..8d108c1fba1ea69304191803a6ff32848b1c5752 --- /dev/null +++ b/changelog.d/issue-9113 @@ -0,0 +1,13 @@ +synopsis: Fix handling of ETag header for remote packages +packages: cabal-install +prs: #9116 +issues: #9113 + +description: { + +Remote packages will now be cached regardless of the capitalization of the +"ETag" header. Previously remote packages would not be cached if the header +name did not match exactly. Now they will be cached even if the header's +capitalization is different. + +}