rails / execjs

Run JavaScript code from Ruby
MIT License
539 stars 282 forks source link

v2.8.0 changelog? #101

Closed ShockwaveNN closed 3 years ago

ShockwaveNN commented 3 years ago

I've recieved update via dependabot, but I cannot find any changelog or GitHub Release for this version

byroot commented 3 years ago

ExecJS never had a CHANGELOG. Maybe it should, and we'll likely consider it from now on, but unfortunately that's how it is for now.

You can look at the commit log, it's not that big: https://github.com/rails/execjs/compare/v2.7.0...v2.8.0 and dependabot liekly provided it to you.

Sorry.

ShockwaveNN commented 3 years ago

Yeah, I understand that there is no changelog, but release 2.7.0 is formated as GitHub Release, but 2.8.0 is simple git tag Maybe add some release notes to 2.8.0 also? image

byroot commented 3 years ago

Here you go https://github.com/rails/execjs/releases/tag/v2.8.0

ShockwaveNN commented 3 years ago

@byroot Thanks, thas resolved my question )