Skip to content

6.7 Release

Compare
Choose a tag to compare
@jentfoo jentfoo released this 13 Jan 03:57
· 15 commits to master since this release

6.7 Release is primarily focused around API changes in ListenableFutureTask. In 7.0 the ability to have a recurring ListenableFutureTask is removed. For that reason the constructor has been changed to no longer accept a boolean for this recurring state. Assuming a false was previously provided this argument can now simply be removed.