Skip to content
Snippets Groups Projects
Commit 4ca9e3a2 authored by florian's avatar florian
Browse files

DOC: Update Changelog

parent 75aa37e2
No related branches found
No related tags found
1 merge request!5ENH: Check OS and choose library name accordingly
Pipeline #10876 failed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -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 * Basic functionality to establish connection to a CaosDB server and
retrieve its version (using the Extern C interface of caosdb-cpplib) retrieve its version (using the Extern C interface of caosdb-cpplib)
* Support for Windows
### Changed ### Changed
......
...@@ -52,7 +52,7 @@ end # Info ...@@ -52,7 +52,7 @@ end # Info
module Utility module Utility
using CaosDB using ..CaosDB
""" """
get_env_var(var[, default]) get_env_var(var[, default])
...@@ -79,6 +79,8 @@ end # Utility ...@@ -79,6 +79,8 @@ end # Utility
module Authentication module Authentication
using ..CaosDB
""" """
Struct containing a pointer to the wrapped cpp authenticator Struct containing a pointer to the wrapped cpp authenticator
class. Meant for internal use; call a class. Meant for internal use; call a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment