diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index adbf07c79763f4af236ac90eff74e44669ec7f02..be4e73f31904decf166a523c229b58a0ca47af10 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +* Simple `User` class and methods for user creation/retrieval/deletion. + ### Changed * Transaction::ExecuteAsynchronously is actually asynchronous now.