From 3dc1cf3c3a6e8124807b38ece7d676601d5f1e5b Mon Sep 17 00:00:00 2001 From: magicjar <9734293+magicjar@users.noreply.github.com> Date: Mon, 1 Nov 2021 17:56:43 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 419a15b..d9f9a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,3 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Singleton.cs and PresistentSingleton.cs for instancing - FloatingMonoBehaviour.cs for calling Coroutine without attaching the script on gameObject - AndroidBuildPipeline.cs helper for Android build +- SimplePool.cs for object pooling by quill18 and Draugor +- Versioning.cs for incrementing version and bundleVersionCode (Android) with single click +- AndroidKeystoreAuthenticatorOSX.cs fill keystore password on build automatically for OSX by Adrian Stutz +- AndoridKeystoreAuthenticatorWindows.cs fill keystore password on build automatically for Windows