Skip to content

Commit

Permalink
Add note about potentially breaking change
Browse files Browse the repository at this point in the history
I recently bumped the major version and want to avoid causing version fatigue, so I'm inclined to include this change in a minor version update instead.
  • Loading branch information
hakanensari committed Nov 4, 2024
1 parent 9a485a7 commit a0b9da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- Pluralized namespace to APIs for consistency
- Pluralized namespace to APIs for consistency. Direct references to APIs will need to be updated from
`Peddler::API::SomeAPI` to `Peddler::APIs::SomeAPI`. The shorthand method `Peddler.some_api` remains unchanged.

### Added

Expand Down

0 comments on commit a0b9da5

Please sign in to comment.