foxygit / doom Log in
commit 52ccdb80987010c768d6f65a1b6c87843a1fcdf3
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Mon Jul 17 01:10:37 2017 -0700
Commit:     Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Mon Jul 17 01:10:37 2017 -0700

    NEWS: Move stray "HEAD" entry to the 3.0.0 section.
---
 NEWS.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index c665aef4..8bbb05eb 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -43,6 +43,8 @@
   * There is no longer a soft dependency on Zenity on Unix systems; the
     SDL API is now used to display error dialogs.
   * Joysticks are identified more precisely using GUID now.
+  * A new parameter -savedir allows users to specify a directory from
+    which to load and save games. (thanks CapnClever)

 ### Hexen
   * The CD audio option for music playback has been removed; the CD
@@ -60,12 +62,6 @@
     code to work with a different code page now.
   * Lots of the UI code was changed to use UTF-8 strings.

-## HEAD
-
-### General
-  * A new parameter -savedir allows users to specify a directory from
-    which to load and save games. (thanks CapnClever)
-
 ## 2.3.0 (2016-12-29)

 ### General