diff --git a/CHANGELOG.md b/CHANGELOG.md index 1592ac685731f0e132a2317559335f3fed924fa2..1d6e815c1a4c797414bc7275495aaf91c547d0b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### ### Deprecated ### -- `connection.get_username`. Use `la.Info().user_info.name` instead. + +* `connection.get_username`. Use `la.Info().user_info.name` instead. ### Removed ### ### Fixed ### +* [#128](https://gitlab.com/linkahead/linkahead-pylib/-/issues/128) + Assign `datetime.date` or `datetime.datetime` values to `DATETIME` + properties. + ### Security ### ### Documentation ###