regl
regl copied to clipboard
Changelog missing for 2.x.x
It seems that a 2.0.0 release was made a short while ago, implying an API break - however, the changelog has not been updated to reflect the latest releases, and it is therefore not clear what has changed in the API.
I think the breaking change was introduced in #584
New vertex array object interface breaks compatibility For most users this should be a very easy upgrade, but I want to highlight that this does break compatibility for people relied on the previous behavior of vertex array objects (specifically the ability to specify a vao and an elements field in the same command)
A bit more details and an example would be much appreciated 🙇♂️