You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/ReleaseNotes.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
2
2
# <aid="release-notes"></a>Release Notes
3
3
4
+
## Version 9.1.0 (October 13, 2019)
5
+
6
+
New Features
7
+
* Changed SceneLoader methods to use optional arguments instead of overloads to allow only specifying parameters of interest
8
+
* Added CustomPoolableManager class to allow passing arguments to IPoolable<T> derived classes
9
+
* Added non generic variant of DeclareSignal method
10
+
* Added support for NSubstitute usage with auto mocking
11
+
12
+
Bug fixes
13
+
* Fixed exception that would sometimes occur in multi-threaded applications
14
+
* Fixed some issues related to game object subcontainers and circular dependencies
15
+
* Changed the PreInstall/PostInstall/PreResolve/PostResolve methods in ProjectContext to be static so they can be used before initialization occurs
16
+
* Fixed IL2CPP issue related to default values
17
+
* Other minor bug fixes
18
+
4
19
## Version 9.0.0 (April 21, 2019)
5
20
6
21
This is the beginning of zenject support for Unity 2019. For Unity 2018.4.x use 8.0.x versions of zenject. For Unity 2017.4.x use 6.6.X versions of zenject.
0 commit comments