From e6927d01c58a708c14e1f11abcd9ee1749060e35 Mon Sep 17 00:00:00 2001 From: Eric Bodden Date: Fri, 10 Aug 2012 12:42:46 +0200 Subject: [PATCH] docs --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index e5cb2659efb..0db8f520f38 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,11 @@ Improvements and API changes in HEAD 3. Added option -ire to ignore field and method resolution errors. Missing methods and fields will unsoundly be ignored. + +4. Added option -oaat which will instruct Soot to process one class + at a time. Soot will load only one class at a time from the + -process-dir and then run the jtp pack over all bodies in that class. + This is repeated until all classes are processed. Improvements and API changes in version 2.5.0