From c12cd770956e5d2950d3795bfacc024b2ea25fcd Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sun, 2 Jun 2019 12:42:01 +0200
Subject: [PATCH] [doc] Add changelog for future v1.8.0

---
 CHANGELOG.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97596d482..53085df00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+## v1.8.0 (XX XXXX 2019)
+
+### Highlights
+- Migration to Nodejs v10
+
+### Code
+- #1373: Support for Nodejs v10
+- #1372: `scryptb` removal
+- [enh] Upgrade TypeScript to 3.4.3
+- [enh] Abstracting conf DAL to ConfDAO
+- [enh] Remove ArchiveDAO, which is a LokiJS artifact
+- [enh] Add to an interface ServerDAO methods that could be used by external modules
+- [enh] StatsDAL => replaced by LevelDB indexes
+
+### BMA
+- [enh] Document `network/ws2p/heads`
+- [fix] In case of wrong network configuration, Duniter could crash on startup
+- [fix] `/branches` should not throw if current block does not exist
+
+### CI
+- Add g1 and gt control hash has changed to add `replayable_on`
+
+Thanks @c-geek, @Moul, @vtexier
+
 ## v1.7.19: (28th May 2019)
 - #1379: prevent expired membership documents to reach the mempool
 - #1380: prevent expired certifications to reach the mempool
-- 
GitLab