Skip to content

Commit

Permalink
update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeytewari-ul committed Aug 27, 2024
1 parent 3886516 commit 7eaee33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@

## SDK v0.7.3
- Fixed an issue where some methods when invoked were creating two test candidates. This was happening for methods where a synthetic method was emitted by the Java compiler.

## SDK v0.7.4
- The SDK now comes with LogNothing mode. The SDK in this mode logs nothing, but direct invoke still works.
- There are now better defualt modes for SDK. When annotation is not set then it runs in LogNothing mode. When annotation is set but mode is not defined then it runs in LogAll mode.

0 comments on commit 7eaee33

Please sign in to comment.