nodejs / iojs.org

https://iojs.org
Other
232 stars 130 forks source link

Link to changelog doesn't show the current changelog #421

Closed techjeffharris closed 9 years ago

techjeffharris commented 9 years ago

The link to the changelog points to the master branch. Since is focused on v4.x, it doesn't merge/cherry-pick releases from v3.x and therefore doesn't include the v3.1.0 release changelog.

The link should be updated to reflect the current stable branch (v3.x at this time) in order to always show the current changelog.

fhemberger commented 9 years ago

There is already a PR waiting for the v3.1.0 changelog to be merged into master: https://github.com/nodejs/node/pull/2448

techjeffharris commented 9 years ago

Okay, great! Thank you!