foxygit / doom Log in
commit b36170d140fa89f2977e6a14c1042dcaa524b949
Author:     Thomas A. Birkel <capnclever@gmail.com>
AuthorDate: Thu Dec 1 01:14:56 2016 -0500
Commit:     Thomas A. Birkel <capnclever@gmail.com>
CommitDate: Thu Dec 1 01:14:56 2016 -0500

    NEWS.md: include description
---
 NEWS.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 1fa5a847..3eb07086 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -21,6 +21,8 @@
   * Multiple capitalizations are now tried when searching for WAD files,
     for convenience when running on case sensitive filesystems (thanks
     Fabian).
+  * New parameter -savedir allows users to specify a directory from
+    which to load and save games. (thanks CapnClever)

 ### Build systems
   * There is better compatibility with BSD Make (thanks R.Rebello)