Update CHANGELOG
This commit is contained in:
@ -3,6 +3,12 @@
|
||||
### Enhancements
|
||||
|
||||
- Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706](https://github.com/mmistakes/minimal-mistakes/issues/706)
|
||||
- Add missing Spanish UI text strings. [#1118]
|
||||
- Update Susy to version 3 and rewrite grid CSS to be more readable.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix Sass `DEPRECATION WARNING: Passing a string to call()` by [upgrading Susy to version 3](https://github.com/mmistakes/minimal-mistakes/commit/387f8149d6270b876f224a57a07062ffb0647938). [#1114](https://github.com/mmistakes/minimal-mistakes/issues/1114)
|
||||
|
||||
## [4.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.2)
|
||||
|
||||
|
@ -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-07-12T11:57:08-04:00
|
||||
last_modified_at: 2017-07-21T16:25:27-04:00
|
||||
---
|
||||
|
||||
## Unreleased
|
||||
@ -12,6 +12,12 @@ last_modified_at: 2017-07-12T11:57:08-04:00
|
||||
### Enhancements
|
||||
|
||||
- Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706](https://github.com/mmistakes/minimal-mistakes/issues/706)
|
||||
- Add missing Spanish UI text strings. [#1118]
|
||||
- Update Susy to version 3 and rewrite grid CSS to be more readable.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix Sass `DEPRECATION WARNING: Passing a string to call()` by [upgrading Susy to version 3](https://github.com/mmistakes/minimal-mistakes/commit/387f8149d6270b876f224a57a07062ffb0647938). [#1114](https://github.com/mmistakes/minimal-mistakes/issues/1114)
|
||||
|
||||
## [4.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.4.2)
|
||||
|
||||
|
Reference in New Issue
Block a user