From 606a15754acea3cd5b4364c04a2a436acde16543 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 21 May 2023 12:37:28 +0200 Subject: [PATCH] Add yet to be merged PR entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786cab2..91ba3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ new features or bugfixes. ([full changelog](https://github.com/jupyterhub/nativeauthenticator/compare/1.1.0...1.2.0)) +#### Enhancements made + +- Register native as an jupyterhub authenticator class [#247](https://github.com/jupyterhub/nativeauthenticator/pull/247) ([@consideRatio](https://github.com/consideRatio)) + #### Maintenance and upkeep improvements - Add test as optional dependency, refactor fixtures to conftest.py, fix code coverage setup [#245](https://github.com/jupyterhub/nativeauthenticator/pull/245) ([@consideRatio](https://github.com/consideRatio))