async v2.5.0 Release Notes

    • โž• Added concatLimit, the Limit equivalent of concat (#1426, #1430)
    • concat improvements: it now preserves order, handles falsy values and the iteratee callback takes a variable number of arguments (#1437, #1436)
    • ๐Ÿ›  Fixed an issue in queue where there was a size discrepancy between workersList().length and running() (#1428, #1429)
    • ๐Ÿ›  Various doc fixes (#1422, #1424)