diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b617a4..ac51e75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Fixed possible crash due to buffer under/overruns in `Utils::precalc_rands_*`. - Fixed a potential crash-on-exit due to statically allocated colliders/caches in `ode_collision_trimesh.cpp` getting torn down while in use - Better randomization for player free-for-all starting locations +- Plugins can now register to be called for pause, resume, and shutdown events in addition to launch ### 1.5.29 (20246) - Exposed ba method/class initing in public C++ layer. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 5ab7328e..da94cd2f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,4 +19,7 @@ - Bug fixes ### Mr.Smoothy -- Modder \ No newline at end of file +- Modder + +### Daniil Rakhov +- Plugin api additions