Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2020-01-23 20:43:32 +0300
committerAlan Orth <alan.orth@gmail.com>2020-01-23 20:43:32 +0300
commit341bff98918f23008e706a79913aac25bf7cdaed (patch)
tree2dc4f61630cfa97a99d5d9c5ba4be0f4bda01923 /CHANGELOG.md
parentc41364cf19582bd985f7d7c91311aaf69e5e4fcd (diff)
CHANGELOG.md: Add note about subresource integrity
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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)