Skip to content

Release - v4.7.7

Compare
Choose a tag to compare
@frossm frossm released this 30 Apr 17:59
· 80 commits to master since this release

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.