[coldbox-4] renderLayout

Was it intentional to change the order of the first three arguments to renderLayout() in CB4?

3.8.1: renderLayout([any layout], [any view=’’], [any module=’’], [any args=’[runtime expression]’], [any viewModule=’’], [any prepostExempt=‘false’])
4.0.0: renderLayout([any layout], [any module=’’], [any view=’’], [struct args=’[runtime expression]’], [any viewModule=’’], [boolean prePostExempt=‘false’])

Not a huge deal, but was a head-scratcher for a bit. Maybe something for the Upgrade notes?