Skip to content

Commit d6ecd51

Browse files
docs(CHANGELOG): add missing PR links
1 parent 19f9d7e commit d6ecd51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,24 @@
7070

7171
### Added
7272

73-
- Add support for optional `authenticator_attachment` in `PublicKeyCredential`. #370 [@8ma10s](https://github.com/8ma10s)
73+
- Add support for optional `authenticator_attachment` in `PublicKeyCredential`. [#370](https://github.com/cedarcode/webauthn-ruby/pull/370) [@8ma10s](https://github.com/8ma10s)
7474

7575
### Fixed
7676

77-
- Fix circular require warning between `webauthn/relying_party` and `webauthn/credential`. #389 [@bdewater]
78-
- Correctly verify attestation that contains just a batch certificate that is present in the attestation root certificates. #406 [@santiagorodriguez96]
77+
- Fix circular require warning between `webauthn/relying_party` and `webauthn/credential`. [#389](https://github.com/cedarcode/webauthn-ruby/pull/389) [@bdewater]
78+
- Correctly verify attestation that contains just a batch certificate that is present in the attestation root certificates. [#406](https://github.com/cedarcode/webauthn-ruby/pull/406) [@santiagorodriguez96]
7979

8080
### Changed
8181

82-
- Inlined `base64` implementation. #402 [@olleolleolle](https://github.com/olleolleolle)
83-
- Raise a more descriptive error if input `challenge` is `nil` when verifying the `PublicKeyCredential`. #413 [@soartec-lab]
82+
- Inlined `base64` implementation. [#402](https://github.com/cedarcode/webauthn-ruby/pull/402) [@olleolleolle](https://github.com/olleolleolle)
83+
- Raise a more descriptive error if input `challenge` is `nil` when verifying the `PublicKeyCredential`. [#413](https://github.com/cedarcode/webauthn-ruby/pull/413) [@soartec-lab]
8484

8585
## [v3.0.0] - 2023-02-15
8686

8787
### Added
8888

89-
- Add the capability of handling appid extension #319 [@santiagorodriguez96]
90-
- Add support for credential backup flags #378 [@santiagorodriguez96]
89+
- Add the capability of handling appid extension [#319](https://github.com/cedarcode/webauthn-ruby/pull/319) [@santiagorodriguez96]
90+
- Add support for credential backup flags [#378](https://github.com/cedarcode/webauthn-ruby/pull/378) [@santiagorodriguez96]
9191
- Update dependencies to make gem compatible with OpenSSL 3.1 ([@bdewater],[@santiagorodriguez96])
9292

9393
## [v3.0.0.alpha2] - 2022-09-12

0 commit comments

Comments
 (0)