sugar v1.1 Release Notes

Release Date: 2014-02-21 // about 10 years ago
    • Static api doesn't take context anymore. Hence
    Book.findById(context, Book.class, 1);
    

    becomes

    Book.findById(Book.class, 1);
    
    • Some cleanup in the code.