diff --git a/README.md b/README.md index 2987dd04a..d232650b6 100644 --- a/README.md +++ b/README.md @@ -373,14 +373,3 @@ yarn wdio run wdio.conf.ts ## KCL For how to contribute to KCL, [see our KCL README](https://github.com/KittyCAD/modeling-app/tree/main/src/wasm-lib/kcl). - - -- Theme removed as a project setting -- Rename kcl Value to Expr, MemoryItem to KclValue -- Remove ProgramReturn -- Macro to make KCL snapshot tests easier -- Add logical not operator using bang ! -- ensure we never execute over ourselves -- Unify KCL expression execution (2 + draw() didn't work) -- Text-CAD-integration -