Skip to content

Commit 384582f

Browse files
committed
docs: Add changelog for 1.4.0
1 parent 5def8e9 commit 384582f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# UnityDebuggerAssistant Changelog
22

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+
38
## v1.3.2
49

510
- Applies whitelist filter setting to main assembly in a given exception

0 commit comments

Comments
 (0)