From 2cfb19f3ff7bc38e1674cefca401e1e0994feedf Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Wed, 15 Dec 2021 13:03:48 -0800 Subject: [PATCH 1/2] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c16f980..245ac081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `authenticate()` middleware, rather than `initialize()` middleware, extends request with `login()`, `logIn()`, `logout()`, `logOut()`, `isAuthenticated()`, and `isUnauthenticated()` functions. +- Session strategy errors with informative message if session support is not +available. ## [0.5.0] - 2021-09-23 ### Changed From c83ae898152c3cd4503c494195bd4c6698df8785 Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Wed, 15 Dec 2021 13:52:53 -0800 Subject: [PATCH 2/2] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245ac081..aaa370a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,3 +32,5 @@ request, rather than all requests processed via singleton Passport instance, eliminating a race condition in situations where `initialize()` middleware is used multiple times in an application with `userProperty` set to different values. + +[Unreleased]: https://github.com/jaredhanson/passport/compare/v0.5.0...HEAD