CHANGELOG.md in decant-0.2.0 vs CHANGELOG.md in decant-0.3.0

- old
+ new

@@ -1,9 +1,13 @@ # CHANGELOG +## Version 0.3.0 - 2024-11-19 + +- Add `Content#relative_path` which returns a file's relative path within its collection. + ## Version 0.2.0 - 2024-10-13 -- Add support for a content instance knowing its own `#slug` - its relative path within its collection: +- Add support for a content instance knowing its own `#slug` - its extension-less relative path within its collection: ```ruby Page = Decant.define(dir: 'content', ext: 'md') page = Page.find('features/slugs')