From 4f312ca64bec9701a9a0d2f72ca26d4c5d5937fb Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 23 Mar 2020 16:54:48 +0800 Subject: [PATCH] update doc --- docs/lib2x-shape_circle.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/lib2x-shape_circle.md b/docs/lib2x-shape_circle.md index 6d774e7d..1cda15bf 100644 --- a/docs/lib2x-shape_circle.md +++ b/docs/lib2x-shape_circle.md @@ -2,6 +2,8 @@ Sometimes you need all points on the path of a circle. Here's the function. Its `$fa`, `$fs` and `$fn` parameters are consistent with the `circle` module. +**Since: 2.3** + ## Parameters - `radius` : The radius of the circle.