Skip to content

Fix small API regression

Compare
Choose a tag to compare
@muglug muglug released this 17 Mar 04:50
· 6409 commits to master since this release
97fe86c

IssueBuffer::finish had a small undocumented API change – that change is reverted here (#5410).

Bugfixes:

  • @orklah improved the return type of array_combine and iterator_to_array (#5393, #5400)
  • Promoted properties are no longer counted as unused params — thanks @weirdan (#5404)
  • @theodorejb improved the type of DOMElement::childNodes (#5403)
  • Property invariance checks are now disabled for properties with templates — thanks @AndrolGenhald (#5380)
  • @orklah fixed scalar-to-string reconciliation inside templates (#5402)
  • Fixed a regression asserting on templated arrays and generic objects (#5406)