From a626005cc64f3f12b35481ab444f1a6c99e09b8b Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 30 May 2015 08:05:13 -0400 Subject: [PATCH] Update changelog for version 1.7.2. --- changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.txt b/changelog.txt index b6fffdc33..9736b4964 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,16 @@ SourceMod Changelog +SourceMod 1.7.2 [2015-05-30] + +URL: http://wiki.alliedmods.net/SourceMod_1.7.2_Release_Notes + +User Changes: +- Updated game compatibility for the latest CS:GO updates. +- Fixed potential crash when using SDKTools GameRules_* natives. (PR 330) (yed). +- Fixed regression in v1.7.0 causing admin-sql-threaded plugin to not properly load admins. (bug 6365) (PR 342). +- Fixed leak in plugin heap memory that could lead to "Not enough space on the heap" error. (bug 6370). + +---------------------------------------------------------- SourceMod 1.7.1 [2015-04-18] URL: http://wiki.alliedmods.net/SourceMod_1.7.1_Release_Notes