From 0b6dea50877bf62ce53b8021c6a1e95429de839b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 16 Feb 2018 15:04:25 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07027c1..2c1f9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Changed +- Only include jQuery when using default Lunr search. [#49](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/49) + +### Fixed +- Focus on search input after clicking on toggle. + ## [1.3.0] - 2018-02-16 ### Added