From 495c8c789edbb9e8fc0c6921cab23221a64d7dc1 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 24 Nov 2008 07:40:55 -0600 Subject: [PATCH] Updated changelog.txt a bit. --- support/changelog.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/support/changelog.txt b/support/changelog.txt index 7e433c0..5d41aac 100644 --- a/support/changelog.txt +++ b/support/changelog.txt @@ -1,14 +1,18 @@ 2008/??/?? 1.7.0: + - Metamod:Source now uses a unified package that runs on all Source Engine + versions to date. (TODO: Need to expand upon this.) + - Added support for Source Engine version that runs Left 4 Dead. + - The 'meta refresh' command now handles plugins loaded from VDF files. - Fixed amb1952: Crash when first plugin listed in metaplugins.ini had an alias and was not on the first line of the file. 2008/07/26 1.6.2: - Fixed a bug where VDF files were opened by MM:S even if the .vdf extension was not at the very end of the filename. For example, "plugin.vdf.disabled" - would have been opened in previous versions. (bug 1534) + would have been opened in previous versions. (amb1534) - Removed FCVAR_REPLICATED from MM:S convars. The following message will no longer appear in client consoles: ConVarRef metamod_version doesn't point to - an existing ConVar. (bug 1480) + an existing ConVar. (amb1480) 2008/02/25 1.6.1: - Fixed crash bug against mods compiled with GCC-4.2 -fvisibility=hidden