Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmo committed Aug 23, 2023
1 parent f8e693c commit 75281d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
- Changed: Refactored `Algorithm` (now renamed to `BaseAlgorithm`)
and `Key` to extract interfaces (into `AlgorithmInterface` and
`KeyInterface` respectively)
- Changed: Key ID `kid` parameter no longer automatically generated
when a Key object is created. Use `Key::getKeyId(true)` or
`KeySet::add(..., true)` to generate a key ID
- Removed: Helper::getObject() and Helper::getJWTObject() have been
replaced by Helper::decode() and Helper::decodeFully() respectively
- Removed: Support for PHP 7.1
Expand Down

0 comments on commit 75281d0

Please sign in to comment.