From a1cb1f43bea0f888acf0f27f370ac202ca5770f7 Mon Sep 17 00:00:00 2001 From: Sarah Wang Date: Wed, 22 May 2024 23:57:56 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef23f92..4ffd2363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Added data type and manual layout tests for the `draw` function. - Updated file paths for example files under docs to import the correct file. - Added style and automatic layout tests for the `draw` function. +- Updated documentation, tests, and examples to reflect the `isClass` attribute being optional and set to `false` by default. ## [0.1.0] - 2024-04-16