rust-analyzer / rowan

Apache License 2.0
704 stars 58 forks source link

Consider adding a `CHANGELOG.md` #120

Open demurgos opened 2 years ago

demurgos commented 2 years ago

Hi! I have a crate using Rowan 0.10 and want to update to the latest version. I am getting a few compiler errors but should be able to sort it out. I know that the main user of this lib is rust-analyzer, but it would still be nice to provide a CHANGELOG.md in this repo to help other people with updates.

matklad commented 2 years ago

We deliberately don't provide stable APIs at the moment. If updating to the new rowan is problematic, it probably best to use something else instead.

demurgos commented 2 years ago

Hi, thanks for your quick reply. I just finished the update so it wasn't problematic, the main change was that rowan no longer exported SmolStr. I know that Rowan is still changing but thought a CHANGELOG.md could be helpful anyway.