diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-30 05:52:24 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-06-30 05:52:24 +0530 |
commit | 181625c531e8bd881770cccdcb2b59d72dc73c6b (patch) | |
tree | b3544ee7e72c846cc9334550ae5cda6d2c7ddc44 /CHANGELOG | |
parent | 87b64ebd881bfb16d117f611853e72f65d42c073 (diff) |
Prepare for release v1.6v1.6
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +bcal 1.6 +2017-06-30 + +What's in? +- Evaluate storage arithmetic expressions involving +, -, *, / +- A minimal mode (option `-m`) to show result in bytes +- Assume byte if unit is omitted for a conversion +- A Python3 test framework with multiple test cases +- Several fixes and additional sanity checks on input + +------------------------------------------------------------------------------- + bcal 1.5 2017-04-10 |