From cb42dad4a47f977be2607f19d14c134163df434a Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Tue, 13 Oct 2020 18:29:17 +0300 Subject: [PATCH] changelog update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50d74a..3a6e4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [12.0.0] - WIP +### Added +- `.gitattributes`, force unix eol under windows, for development. + ### Changed - Added 3rd argument to `highlight(code, lang, attrs)`, #626. - Rewrite tables according to latest GFM spec, #697.