Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Oct 13, 2019
1 parent 2bde6ad commit 4d0da50
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@

# <a id="release-notes"></a>Release Notes

## Version 9.1.0 (October 13, 2019)

New Features
* Changed SceneLoader methods to use optional arguments instead of overloads to allow only specifying parameters of interest
* Added CustomPoolableManager class to allow passing arguments to IPoolable<T> derived classes
* Added non generic variant of DeclareSignal method
* Added support for NSubstitute usage with auto mocking

Bug fixes
* Fixed exception that would sometimes occur in multi-threaded applications
* Fixed some issues related to game object subcontainers and circular dependencies
* Changed the PreInstall/PostInstall/PreResolve/PostResolve methods in ProjectContext to be static so they can be used before initialization occurs
* Fixed IL2CPP issue related to default values
* Other minor bug fixes

## Version 9.0.0 (April 21, 2019)

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.
Expand Down

0 comments on commit 4d0da50

Please sign in to comment.