From 341bff98918f23008e706a79913aac25bf7cdaed Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Jan 2020 19:43:32 +0200 Subject: [PATCH] CHANGELOG.md: Add note about subresource integrity --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0386694..3accbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - bootstrap 4.4.1 - Fix typo in README.md (@xekon, #118) +## Changed +- Use Hugo's built-in subresource integrity support instead of the generatesri +tooling that I wrote by hand a few years ago (#120) + ## [[1.3.3]] - 2019-12-02 ### Fixed - "Home" link for blogs that are not at the root of the domain (@phofman #115)