From 79bc48e646a0081da6a1da287db6dfee8b802f59 Mon Sep 17 00:00:00 2001 From: Dan Lu <90745557+danlu1@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:06:37 -0700 Subject: [PATCH] Update NEWS.md Update change log for v2.0.0 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index be9458b7..a7383bc0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,7 +12,6 @@ #### Minor behavior changes: * Credentials passed by command line argument will now be evaluated before credentials stored in the `~/.synapseConfig` file. -* `rememberMe` has been deprecated in `synLogin`. * Using syn123.version notation is now supported with `synGet` and `synSetProvenance`. * File entities will no longer have their version incremented during no-op changes. Only when file content, or fields on the file has been updated will a version number be incremented. * New parameters have been added to allow more features: @@ -29,6 +28,7 @@ For more changes, please view the [Release Notes](https://python-docs.synapse.or * Python synapsePythonClient dependency updated to 4.0.0 * You can only login via a Synapse Personal Access token now. All other forms of authentication have been disabled for security purposes. +* `rememberMe` has been deprecated in `synLogin`. * `synSetAnnotations` removed as it is not working as expected due to implementation in the Python API. * For more changes, please view the 3.2.0 and 4.0.0 changes on the [Python client documentation](https://python-docs.synapse.org/news/).