1
0
Fork 0
forked from fun/fun

Added spec version 0.4 and added a changelog that will cover all changes more detailed in the future. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-10 21:53:50 +02:00
commit 5c57391e5d
3 changed files with 250 additions and 1 deletions

33
CHANGELOG.md Normal file
View file

@ -0,0 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (during 0.x.y development phase).
## [0.40.5] - 2026-04-10
### Removed
- All `libsql` support.
- All `tcltk` support.
## [0.40.0] - 2026-03-25
### Added
- Nested functions support in the Fun parser.
- Higher-order function patterns enabled by nesting.
## [0.39.15] - 2026-03-10
### Added
- Initial GitHub Actions CI workflow.
- Automated execution of examples in CI.
### Changed
- Refactored examples directory structure.
### Fixed
- Line number reporting in error messages.
## [0.30.0] - 2025-11-15
### Added
- `libcurl` (cURL) support for networking.
- `CRC32` and `CRC32C` classes in stdlib.
---
*Note: Dates for older versions are approximate based on repository history.*