criterion 1.5.6.1 → 1.5.6.2
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- criterion.cabal +1/−1
- templates/json.tpl +1/−1
changelog.md view
@@ -1,3 +1,7 @@+1.5.6.2++* Use unescaped HTML in the `json.tpl` template.+ 1.5.6.1 * Bundle `criterion-examples`' `LICENSE` file.
criterion.cabal view
@@ -1,5 +1,5 @@ name: criterion-version: 1.5.6.1+version: 1.5.6.2 synopsis: Robust, reliable performance measurement and analysis license: BSD3 license-file: LICENSE
templates/json.tpl view
@@ -1,1 +1,1 @@-{{json}}+{{{json}}}