Skip to content

Commit

Permalink
Upd changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Feb 7, 2024
1 parent e59386d commit f2d437d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v1.5.0

* Comments can be placed anywhere that whitespace is allowed.
* Comments can be placed anywhere that white-space is allowed.
* Comments are no longer stored within closures. This behavior was previously
partially enforced, and now it is strictly followed.
* Statements must be separated with semicolons. Syntax checking is now more strict.
Expand All @@ -20,18 +20,18 @@
This has no impact on user-facing functionality.
* Replaced Docker images _(both tests and builds)_ with newer versions.
* Removed `ti_pkg_check` hack for old compilers. _(this is no longer required with recent compilers)_
* Added integer minimun `INT_MIN` and maximum `INT_MAX` constants with corresponding values.
* Added integer minimum `INT_MIN` and maximum `INT_MAX` constants with corresponding values.
* The primary domain for the ThingsDB website has been changed from `.net` to `.io`.
* Several new mathematical functions have been added: `abs(..)`, `ceil(..)`,
`cos(..)`, `exp()..`, `floor(..)`, `log10(..)`, `log2(..)`, `loge(..)`,
`pow(..)`, `round(..)`, `sin(..)`, `sqrt(..)` and `tan(..)`.
* Added mathematical constants `MATH_E` and `MATH_PI` with corresponding values.
* The library `libcleri` is now integrated into the core ThingsDB codebase, eliminating the need for separate installation.
* The library `libcleri` is now integrated into the core ThingsDB code base, eliminating the need for separate installation.
* The `new_backup()` and `new_token()` functions no longer accept `int`, `float` or `str` as time.
_(This was marked as deprecated since v0.10.1)_
* Added set operators `<=`, `<`, `>=`, `>` for subset, proper subset, superset and proper superset checking.
* Added range `<..>` support for UTF8 type property definitions.
* Added bitwise NOT (`~`) operator.
* Added set operators `<=`, `<`, `>=`, `>` for subset, proper subset, super-set and proper super-set checking.
* Added range `<..>` support for UTF-8 type property definitions.
* Added bit-wise NOT (`~`) operator.
* Return `nil` instead of success error when a repeating task is successful.
* Corrected a spelling mistake in error message for integer range values.

Expand Down

0 comments on commit f2d437d

Please sign in to comment.