Update CHANGELOG and history

This commit is contained in:
Michael Rose 2017-08-03 16:18:54 -04:00
parent 9c318fc3f1
commit 5a5921474c
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@
- Add missing Spanish UI text strings. [#1118](https://github.com/mmistakes/minimal-mistakes/pull/1118)
- Update Susy to version 3 and rewrite grid CSS to be more readable.
- Refactor intro animations into a separate Sass variable `$intro-transition` to allow for customizing. [#1147](https://github.com/mmistakes/minimal-mistakes/pull/1147)
- Add [**jekyll-data**](https://github.com/ashmaroli/jekyll-data) as a dependency to read data files from theme-gem. [#1131]
### Bug Fixes

View file

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2017-08-03T12:05:02-04:00
last_modified_at: 2017-08-03T16:18:35-04:00
---
## Unreleased
@ -15,6 +15,7 @@ last_modified_at: 2017-08-03T12:05:02-04:00
- Add missing Spanish UI text strings. [#1118](https://github.com/mmistakes/minimal-mistakes/pull/1118)
- Update Susy to version 3 and rewrite grid CSS to be more readable.
- Refactor intro animations into a separate Sass variable `$intro-transition` to allow for customizing. [#1147](https://github.com/mmistakes/minimal-mistakes/pull/1147)
- Add [**jekyll-data**](https://github.com/ashmaroli/jekyll-data) as a dependency to read data files from theme-gem. [#1131]
### Bug Fixes