Skip to content

Commit

Permalink
Document deprecation timeframe
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 10, 2023
1 parent cf223f2 commit e22e147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ This serves two purposes:
- Renamed `Render::getCurrentPage()` to `Render::getRouteKey()` to match renamed property.

### Deprecated

This release candidate version contains a few deprecations, these will be removed before the final 1.0.0 release.

- Deprecate `RouteKey::normalize` method as it no longer performs any normalization.
- Deprecate `RenderData::getCurrentRoute()` as it is renamed to `getRoute()` to match renamed property.
- This change affects the `Render::getCurrentRoute()` and `Hyde::currentRoute()` facade methods.
Expand Down

0 comments on commit e22e147

Please sign in to comment.