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: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# UnityDebuggerAssistant Changelog
2
2
3
+
## v1.4.0
4
+
5
+
- Fixes a potential exception that could occur in ExceptionHandler with `SingleOrDefault` by replacing it with `FirstOrDefault`. Thanks: @p1xel8ted on github.
6
+
- Switches from non thread safe list to ConcurrentStack to fix potential sync issues in UDAPatchCollector. Thanks: NutDaddy on Discord.
7
+
3
8
## v1.3.2
4
9
5
10
- Applies whitelist filter setting to main assembly in a given exception
0 commit comments