From a7de2887388992519352188fed7ae5d2491fc682 Mon Sep 17 00:00:00 2001 From: Ethan Ho Date: Mon, 18 Dec 2023 16:26:29 -0700 Subject: [PATCH] Update CHANGELOG with #1142 changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c759ed..c400ea1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ ## Release notes ### Upcoming +- Added - Migrate nosetests to pytest - PR [#1142](https://github.com/datajoint/datajoint-python/pull/1142) - Added - Codespell GitHub Actions workflow - Added - GitHub Actions workflow to manually release docs - Changed - Update `datajoint/nginx` to `v0.2.6` - Changed - Migrate docs from `https://docs.datajoint.org/python` to `https://datajoint.com/docs/core/datajoint-python` +- Fixed - [DevContainer](https://containers.dev/) configuration - PR [#1115](https://github.com/datajoint/datajoint-python/pull/1115) - Fixed - Updated set_password to work on MySQL 8 - PR [#1106](https://github.com/datajoint/datajoint-python/pull/1106) - Added - Missing tests for set_password - PR [#1106](https://github.com/datajoint/datajoint-python/pull/1106) - Changed - Returning success count after the .populate() call - PR [#1050](https://github.com/datajoint/datajoint-python/pull/1050)