Lime Development branch

Hi, just a quick question - I see there’s a main development branch on the lime github, but there’s also 8.3.0-dev. I was kind of assuming that any changes would get put into the development branch and then merged into the specific version branch, but I don’t think that’s the case. For example this commit:

Doesn’t seem to be in the development branch?

I only mention this because we have a fork of the development branch and keep it synced with the official one, but missed this commit.

Thanks,
Greg

develop branch contains bug fixes that may be released in the next bug fix release. New features go into 8.3.0-Dev, not develop, that’s why that commit is missing from there.

lime/CONTRIBUTING.md at develop · openfl/lime · GitHub I updated this to hopefully make things a bit more clear.