From 94835f4af4c9b64154a8ae2b051be353018bbb8d Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 9 Jul 2020 11:44:56 +0200
Subject: [PATCH] DOC: CHANGELOG

---
 CHANGELOG.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73403111..aa52d2b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added ###
 
+* two new `password_method`s for the `pycaosdb.ini` and the
+  `configure_connection` function: `unauthenticated` for staying
+  unauthenticated (and using the anonymous user) and `auth_token`. If
+  `password_method == "auth_token"` the `auth_token` option is required as
+  well.
 * Empty string support (See caosdb-server#33)
 
 ### Changed ###
@@ -22,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Deprecated ###
 
+* Setting the `auth_token` option without setting the `password_method` to
+  `auth_token`. This affects both the `pycaosdb.ini` and the
+  `configure_connection` function. During the deprecation phase it will be
+  assumed that `password_method` is `auth_token` if the the `auth_token` is
+  set.
+
 ### Removed ###
 
 ### Fixed ###
-- 
GitLab