nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
6.05k stars 306 forks source link

Changelog seems to be stale #959

Open MultisampledNight opened 10 months ago

MultisampledNight commented 10 months ago

When reading through https://guide.nannou.cc/contributing/pr-checklist since I want to update the palette dep, I realized it links to https://guide.nannou.cc/changelog and says one should update it with changes.

However, it lists 0.18.1 as the last published version, while the latest release seems to be 0.19. I've come across https://github.com/nannou-org/nannou/issues/946 and it seems like nannou is being reworked atm.

Should I ignore the changelog in this case?

jessbowers commented 10 months ago

How does it compare to the one in the repo here? https://github.com/nannou-org/nannou/blob/master/guide/src/changelog.md

MultisampledNight commented 10 months ago

The one in the repo here is up-to-date. I guess the website deployment might just be old then.