Skip to content

Commit

Permalink
Update changes.rst to include unary operator bugfix
Browse files Browse the repository at this point in the history
Co-Authored-By: Bradley van Ree <47906258+bradbase@users.noreply.github.com>
  • Loading branch information
bradbase committed Nov 28, 2020
1 parent dbc2eef commit 0fb2e5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
CHANGES
=======

0.2.12 (2020-11-23)
0.2.12 (2020-11-28)
-------------------

- Add functions: ``PV()``, ``XIRR()``, ``ISEVEN()``, ``ISODD()``,
``ISNUMBER()``, ``ISERROR()``, ``FLOOR()``, ``ISERR()``
- Bugfix unary operator needed to be right associated to handle cases of
double use eg; double-negative.. --4 == 4


0.2.11 (2020-11-16)
-------------------
Expand Down

0 comments on commit 0fb2e5d

Please sign in to comment.