regl-project / regl

👑 Functional WebGL
https://regl-project.github.io/
MIT License
5.22k stars 322 forks source link

Changelog missing for 2.x.x #586

Open joepie91 opened 3 years ago

joepie91 commented 3 years ago

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.

flekschas commented 3 years ago

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 🙇‍♂️