Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update whatsnew.md #776

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update whatsnew.md
Small typo.
  • Loading branch information
czekster authored Dec 17, 2023
commit 6ca268c413435ac7eb879a6bbc4d73102c9766e2
2 changes: 1 addition & 1 deletion docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SootUp has a modular architecture, which enables its clients to include only the
### No More Singletons

Singletons offer a single view of a single program version, which makes it impossible to analyze multiple programs or multiple versions of the same program.
SootUp does not make use of singletons such the `Scene` class in the old Soot any more. It enables analyzing multple programs simultaneously.
SootUp does not make use of singletons such the `Scene` class in the old Soot any more. It enables analyzing multiple programs simultaneously.

### New Source Code Frontend

Expand Down