Skip to content

Commit

Permalink
Fix links in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterleyW committed Oct 15, 2020
1 parent 3a0ef87 commit 0cf184b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ https://github.com/sharetribe/flex-template-web/
### Updates from upstream (FTW-daily v6.4.0)

- [add] Add Facebook login as a first step towards supporting social logins and SSO in FTW. This PR
introduces new endpoints createUserWithIdp and loginWithIdp and strategy for logging in with
Facebook. See the PR for the more detailed view of the changes. #1364
- [fix] Fix missing proptype warnings in TransactionPage and TransactionPanel tests. #1363
introduces new endpoints `createUserWithIdp` and `loginWithIdp` and strategy for logging in with
Facebook. See the PR for the more detailed view of the changes.
[#1364](https://github.com/sharetribe/ftw-daily/pull/1364)
- [fix] Fix missing proptype warnings in `TransactionPage` and `TransactionPanel` tests.
[#1363](https://github.com/sharetribe/ftw-daily/pull/1363)
- [fix] Improve error handling by passing error details forward instead of creating a new error that
hides the details when making API call to FTW server. #1361
- [fix] Remove duplicate page schema from body. #1355
hides the details when making API call to FTW server.
[#1361](https://github.com/sharetribe/ftw-daily/pull/1361)
- [fix] Remove duplicate page schema from body.
[#1355](https://github.com/sharetribe/ftw-daily/pull/1355)

[v8.4.0]: https://github.com/sharetribe/ftw-hourly/compare/v8.3.1...v8.4.0

Expand Down

0 comments on commit 0cf184b

Please sign in to comment.