From 8c7c94a038aae72dc89c994551c9d2c690895607 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 20 Feb 2023 16:44:38 +0100 Subject: [PATCH] Prepare v6.2.0 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c638560..73d46a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +v6.2.0 2023-02-20 +----------------- + +- Add `sub_copy` function (@c-cube, #305) +- Fix documentation (@MisterDA, #304) +- Add `to_hex_string` function (@c-cube, #306) +- Fix documentation and use `Cstruct.length` instead of `Cstruct.len` (@reynir, #307) +- Deprecate `copy` function (alias of `to_string`) (will be removed at the next minor release) + (@reynir, #308) + v6.1.1 2022-07-24 -----------------