regl icon indicating copy to clipboard operation
regl copied to clipboard

Changelog missing for 2.x.x

Open joepie91 opened this issue 5 years ago • 1 comments

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.

joepie91 avatar Oct 07 '20 10:10 joepie91

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

flekschas avatar Nov 30 '20 20:11 flekschas