Remove unintentional changelog in readme (#3678)

This commit is contained in:
Jonathan Tran
2024-08-27 13:27:41 -04:00
committed by GitHub
parent 6dd0981709
commit 026a8d19cb

View File

@ -373,14 +373,3 @@ yarn wdio run wdio.conf.ts
## KCL ## KCL
For how to contribute to KCL, [see our KCL README](https://github.com/KittyCAD/modeling-app/tree/main/src/wasm-lib/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