Hypatia/fastlane/metadata/android/en-US/changelogs/76.txt
Tad d4f15dacea Add some changelogs
Signed-off-by: Tad <tad@spotco.us>
2021-11-16 13:32:35 -05:00

9 lines
324 B
Text

* Don't find files recursively on main thread
* Reduce number of threadpools
* Ensure there are always enough threads available
* Cap the queue limit on thread pools
* Do work on main thread if queues are full, thereby blocking
* Use more thread safe objects
* Replace some runnables with lambas
* Code cleanup
* Typo fixes