From 553e463b7e0645e79ece66c9afef92697699df36 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Mon, 30 Mar 2015 23:52:43 +0300 Subject: [PATCH] fix history + add missed item --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6f15b3f30..4b8129f25 100644 --- a/History.md +++ b/History.md @@ -9,11 +9,12 @@ - switch markdown parser from `remarkable` to `markdown-it` - update `npm-shrinkwrap.json` +- now downloading tarballs from upstream using the same protocol as for metadata (issue [#166](https://github.com/rlidwka/sinopia/issues/166)) 22 Dec 2014, version 1.0.0-beta.2 - fix windows behavior when `$HOME` isn't set (issue [#177](https://github.com/rlidwka/sinopia/issues/177)) -- fix sanitization for highlighted code blocks in readme (issue [render-readme/#1](https://github.com/rlidwka/render-readme/issues/1) +- fix sanitization for highlighted code blocks in readme (issue [render-readme/#1](https://github.com/rlidwka/render-readme/issues/1)) 15 Dec 2014, version 1.0.0-beta