We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c27a9c commit adffa47Copy full SHA for adffa47
CHANGELOG.md
@@ -1,11 +1,16 @@
1
# Changelog
2
3
+## [1.2.0] - 2020-09-02
4
+
5
+### Updated
6
+- When invoking a copy of the subscriptions is made to allow for modifying the original subscriptions without exceptions
7
8
## [1.1.2] - 2020-08-23
9
-###Added
10
+### Added
11
- Hiding warning 162 with pragma
12
-###Updated
13
14
- var to explicit type
15
- author name to TNRD
16
package.json
@@ -1,7 +1,7 @@
{
"name": "net.tnrd.safeevent",
"displayName": "Safe Event",
- "version": "1.1.2",
+ "version": "1.2.0",
"unity": "2019.1",
"description": "An event class that has extra checks to help prevent mistakes",
"keywords": [
0 commit comments