Bugs
- Allow LibraryGlideModules to be processed in separate code modules when using KSP (#4911, 5245e82)
- Fix recomposition when properties of RequestBuilder change (#4916, f3d6ff7)
Behavior Changes
- Proper implementation of equals/hashcode for BaseRequestOptions and TransitionOptions subclasses. Previously comparing these objects was either not symmetric or certain properties were not included in
equals()
andhashCode()
. Code that relied on the equals/hashcode methods may break if it accidentally relies on the old bad behavior. (f3d6ff7)