rclc (0.8.5) unstable; urgency=medium

  * function ratio can create a common fraction from two integers: numerator
    and denominator. Example: ratio(2;5) = 2\5

  * functions min and max to return minimum and maximum value from the list of
    arbitrary length

  * functions is_prime and next_prime: work only with integers and use naive
    algorithm that makes them slow for big numbers

  * functions hex, oct, and bin to print an integer in non-decimal format

 -- Vladimir Markelov <vmatroskin@gmail.com>  Sat, 04 May 2019 19:49:12 -0700

rclc (0.8.4) unstable; urgency=medium

  * New functions: fib(N-th Fibonacci number), cbrt(cubic root)

 -- Vladimir Markelov <vmatroskin@gmail.com>  Sat, 27 Apr 2019 20:19:29 -0700

rclc (0.8.2) unstable; urgency=medium

  * New functions: radians to degrees(deg), degrees to radians(rad)

 -- Vladimir Markelov <vmatroskin@gmail.com>  Tue, 23 Apr 2019 19:43:15 -0700

rclc (0.8.1) unstable; urgency=medium

  * Fix automatic insertion of brackets and multiplication sign

  * New function `iif` - immediate if: the function receives three arguments,
    if the first is zero, the third argumetn is returned, and the second
    otherwise

  * New functions `gcd` - greatest commom divisor, and `lcm` - least common
    multiple

 -- Vladimir Markelov <vmatroskin@gmail.com>  Sun, 21 Apr 2019 18:02:59 -0700

rclc (0.8.0) unstable; urgency=medium

  * First stable version

 -- Vladimir Markelov <vmatroskin@gmail.com>  Sat, 20 Apr 2019 23:33:19 -0700
