From a5f87c4e51b597e171fcc7d3d728d64aa2e37bfb Mon Sep 17 00:00:00 2001 From: Harrison Gentry Date: Sun, 7 Jan 2018 17:38:47 -0500 Subject: [PATCH] Add self to credits/changelog Added myself to contributors.md and added the date command to changelog.txt --- contributors.md | 1 + distribution/changelog.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/contributors.md b/contributors.md index 13033e0625..3f8430e2cb 100644 --- a/contributors.md +++ b/contributors.md @@ -69,6 +69,7 @@ The following people are not part of the project team, but have been contributin * Brian Callahan (ibara) - OpenBSD port. * Jens Heuseveldt (jensj12) - Mountain tool improvements, misc. * Park Joon-Kyu (segfault87) - Misc. +* Harrison Gentry (hgentry) - Date-changing command, misc. ## Bug fixes * (halfbro) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index c276b74446..dba3e801fd 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -2,6 +2,7 @@ ------------------------------------------------------------------------ - Feature: [#3510] Auto-append extension if none is specified. - Feature: [#3994] Show bottom toolbar with map tooltip (theme option). +- Feature: [#4184] Add command and cheat to alter the date. - Feature: [#4906] Add follow sprite command to title sequences. - Feature: [#5826] Add the show_limits command to show map data counts and limits. - Feature: [#6078] Game now converts mp.dat to SC21.SC4 (Mega Park) automatically.