Release - v4.7.7
Release Notes
A small release which fixes an annoying bug. When compiling (mvn compile
, mvn test
, mvn package
, etc.) I test the set
command to ensure it's working correctly. This is normally done within RPNCalc with the set
command. However, after the test, the user's custom values were replaced with the default values (as in running the reset
command.)
This simple fix corrects that and the original values will be reset at the end of the tests. If anyone has any trouble with this please let me know.