# 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). ## [Unreleased] ## [0.1.4] ### Added - support builtin function `sig()` ## [0.1.3] - 2021-03-29 ### Added - support constants `pi`,`e` - support builtin function `pow()`, `abs()` - support `^` operator ## [0.1.2] - 2021-03-27 ### Added - support function call expression(`sqrt(sqrt(16))`) - func `sqrt()` supported - support `--eval`(`-e`) cli flag [0.1.4]: https://github.com/ymgyt/clc/tree/clc-engine-v0.1.4/clc-engine/CHANGELOG.md [0.1.3]: https://github.com/ymgyt/clc/tree/clc-engine-v0.1.3/clc-engine/CHANGELOG.md [0.1.2]: https://github.com/ymgyt/clc/blob/clc-engine-v0.1.2/clc-engine/CHANGELOG.md