squirrel/CHANGELOG.md

9 lines
318 B
Markdown
Raw Normal View History

2023-12-23 17:03:25 +00:00
# Changelog
## 12/23/23
- Added LogicExpressions for creating and evaluating expressions
- Added LogicExpressions to SELECT and DELETE commands (i.e SELECT FROM WHERE and DELETE FROM WHERE)
- Updated SELECT formatting to pad table columns
- General system stability improvements to enhance the user's experience.