From 4f0354330e9a5919ce34f46b9ce3c8e71a0bc81b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 15 Feb 2006 19:30:22 +0000 Subject: [PATCH] updated changelog --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40184 --- sourcemm/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sourcemm/changelog.txt b/sourcemm/changelog.txt index b841f65..88e1410 100644 --- a/sourcemm/changelog.txt +++ b/sourcemm/changelog.txt @@ -1,3 +1,9 @@ +2006/02/15 1.2.1: + - Fixed bug where returning newparams in a post hook would cause infinite recursion. + - Fixed bug where "meta load" could load multiple plugins. + - Fixed bug where unloading a plugin could crash internal hook states. + - Fixed bug where unhooking a single hook would clear the hook chain. + 2006/01/07 1.2: - Added SourceHook API for modifying parameters in the hook chain. - Added SourceHook API for declaring and hooking manual vtable hooks.