I'm not sure if this is an intended change, will update the thread if I get more ideas on how the behavior gets affected. v3.2.8: ```julia julia> using Polynomials julia> coeffs(Polynomial(0)) 1-element Vector{Int64}: 0 ``` v3.2.9-3.2.12: ```julia julia> using Polynomials julia> coeffs(Polynomial(0)) Int64[] ```