From 6b3edca49509c4ecba69863ca005fc9a8a1aa827 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Sat, 30 Mar 2024 13:54:28 +0900 Subject: [PATCH] Tweak CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4a0622..7600b4da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,9 @@ * Now savvy allows to consume the value behind an external pointer. i.e., `T` instead of `&T` or `&mut T` as the argument. After getting consumed, the pointer is null, so any function call on the already-consumed R object results - in an error. + in an error. See [the + guide](https://yutannihilation.github.io/savvy/guide/10_struct.html) for more + details. Example: