diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-11 15:01:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-11 15:01:09 -0400 |
| commit | 761a483e28935f0bdee4658c37dfaa4606c2660a (patch) | |
| tree | 2e0b76801f2838d568ebd7b9c76884599ada0744 /CHANGES.md | |
| parent | 84c29ce5facc166515b80abf79f33b2ea21bf9fa (diff) | |
Add new system for tracking versions.
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..b89c0751 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,20 @@ +# Version History + +## v0.3 + +- Added a versioning system based on CHANGES.md files. + +## v0.2 + +- Improved compatibility on different platforms. +- Switched to use a per-file unique ID suffix instead of renaming symbols after + compilation with `objcopy`. +- Installation process now sets user permissions as needed, which fixes an + issue where a user not in the sudoers file couldn't install even to a local + directory. +- Fixed some bugs with Table and Text hashing. +- Various other bugfixes and internal optimizations. + +## v0.1 + +First version to get a version number. |
