From 23b7e0bba25610e006057cef56838add8980c70d Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Sun, 23 Oct 2016 16:59:07 -0400 Subject: [PATCH] Update history to reflect prior commits --- History.markdown | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/History.markdown b/History.markdown index a607dbf..0bb7671 100644 --- a/History.markdown +++ b/History.markdown @@ -1,9 +1,22 @@ ## HEAD + +### Major Enhancement -### Documentation - - * Add front matter default example for image (#132) - + * Use new URL filters (#123) + ### Minor Enhancements * Wraps logo image json data in a publisher property (#133) + * Fix duplicated `escape_once` (#93) + * Simplify minify regex (#125) + * Don't mangle text with newlines #126 + +### Documentation + + * Add front matter default example for image (#132) + * Fix tiny typo (#106) + +### Development + + * Inherit Jekyll's rubocop config for consistency (#109) + * Correct spelling in .travis.yml (#112)