From 6e58d19ef1aecbf38f6f8d138440c1355a4afabb Mon Sep 17 00:00:00 2001 From: Piotr Kasprzyk Date: Wed, 15 Dec 2021 14:38:25 +0100 Subject: [PATCH] mention copy in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3884a1be..35813d0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Features - Interacting with project-level metadata ([#758](https://github.com/neptune-ai/neptune-client/pull/758)) +- Copy feature for non-file single value attributes ([#768](https://github.com/neptune-ai/neptune-client/pull/768)) ### Fixes - Fix verifying data size limits in String Atoms and File.from_content ([#784](https://github.com/neptune-ai/neptune-client/pull/784))