From 4ca9e3a217226f1f54c3206e1db04ffccf5d2b67 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Thu, 29 Jul 2021 12:27:04 +0200
Subject: [PATCH] DOC: Update Changelog

---
 CHANGELOG.md  | 1 +
 src/CaosDB.jl | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bbc22b..485e806 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 * Basic functionality to establish connection to a CaosDB server and
   retrieve its version (using the Extern C interface of caosdb-cpplib)
+* Support for Windows
 
 ### Changed
 
diff --git a/src/CaosDB.jl b/src/CaosDB.jl
index 31a5003..f623188 100644
--- a/src/CaosDB.jl
+++ b/src/CaosDB.jl
@@ -52,7 +52,7 @@ end # Info
 
 module Utility
 
-using CaosDB
+using ..CaosDB
 
 """
     get_env_var(var[, default])
@@ -79,6 +79,8 @@ end # Utility
 
 module Authentication
 
+using ..CaosDB
+
 """
 Struct containing a pointer to the wrapped cpp authenticator
 class. Meant for internal use; call a
-- 
GitLab