Initial changelog

This commit is contained in:
Pekka Enberg
2024-07-07 14:26:10 +03:00
parent 5deea70a77
commit 8eb64d23a6

11
CHANGELOG.md Normal file
View File

@@ -0,0 +1,11 @@
# Changelog
## [Unreleased]
### Added
- A `.opcodes <opcode>` dot command in the CLI that describes what a VDBE opcode does.
- The `avg()` and `sum()` aggregate functions.
- Basic `SELECT` statement support.