Is there a change log somewhere? I don't see it in the two places I usually do: CHANGELOG.md within the repo, or via GitHub's releases feature.
It's helpful to have a summary of what changed, particularly across version breaks like the recent v2 -> v3. I look there to see if there's any difference in semantics I might not notice (the code still compiles but changes meaning, or the "obvious" compile fix is wrong). And more mundane things like summaries of bugfixes and new features. I can go through commit-by-commit but that's a lot more work for all the users of the crate, and sometimes important things can be lost in the noise of private dependency updates, stylistic changes, etc.
Is there a change log somewhere? I don't see it in the two places I usually do:
CHANGELOG.mdwithin the repo, or via GitHub's releases feature.It's helpful to have a summary of what changed, particularly across version breaks like the recent v2 -> v3. I look there to see if there's any difference in semantics I might not notice (the code still compiles but changes meaning, or the "obvious" compile fix is wrong). And more mundane things like summaries of bugfixes and new features. I can go through commit-by-commit but that's a lot more work for all the users of the crate, and sometimes important things can be lost in the noise of private dependency updates, stylistic changes, etc.