From 5edabc4cc6bbfc35de8dca5e2ad7e4ab9c35397f Mon Sep 17 00:00:00 2001
From: Peter Bortas <bortas@gmail.com>
Date: Thu, 1 Nov 2018 16:19:06 +0100
Subject: [PATCH] CHANGES: New release, new header

---
 CHANGES | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/CHANGES b/CHANGES
index 1c1b0c8c32..e294199496 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+Changes since Pike 8.0.702 (release 13)
+
+o Compiler
+
+  - Adhere to the calling convention more in the machine code
+    generator on amd64, namely by keeping the stack pointer aligned
+    before calling into C code.
+    GCC 8 started to emit instructions relying on the correct,
+    alignment, causing General Protection Faults.
+
+
 Changes since Pike 8.0.610 (release 12)
 
 New Features
@@ -42,12 +53,6 @@ o Compiler
     Fix some bugs triggered in the supporter subsystem when
     executing in an inherited CompilerEnviroment.
 
-  - Adhere to the calling convention more in the machine code
-    generator on amd64, namely by keeping the stack pointer aligned
-    before calling into C code.
-    GCC 8 started to emit instructions relying on the correct,
-    alignment, causing General Protection Faults.
-
 o Filesystem.Monitor
 
   - Fix NULL-dereference in bump().
-- 
GitLab