From 48e7ea2e302e557289bba4b98363af7c791ddded Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sat, 4 Mar 2017 14:30:11 -0500 Subject: [PATCH] Updated readme + changelog [ci skip] --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 981ebf06..6edeee23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Content headers are now showing an anchor icon instead of a # - Sidebar: Contents is now Page Contents - Sidebar: Start is now Top of Page +- Replaced farmhash with md5 (native compilation removal) +- Replaced sharp with jimp (native compilation removal) +- Replaced leveldown with memdown (native compilation removal) ### Fixed - Search index should now update upon article creation diff --git a/README.md b/README.md index aaba2638..9e03d12b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - [Documentation](#documentation) - [Requirements](#requirements) - [Change Log](https://github.com/Requarks/wiki/blob/master/CHANGELOG.md) -- [Project Status](https://github.com/Requarks/wiki/projects/3) +- [Project Status](https://waffle.io/Requarks/wiki) - [Special Thanks](#special-thanks) ### Documentation