Skip to content

Commit aa3f369

Browse files
authored
Update changelog.txt
1 parent 8c424c7 commit aa3f369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ NOTICE:
1313
- New Command: readFileLines [OBJ]; Reads the file and returns an array containing all the lines.
1414
- Arithmetic operators (+, -, *, /, %) are now able to handle Long.MAX_VALUE values and java.lang.Integers, java.lang.Floats and java.lang.Long not just Strings
1515
as numbers before. (println ((int 10) + 4); is now possible)
16-
- The random command now returns only floating pint with 4 decimals and the issue with scientific notation is fixed.
17-
- Floating point notation supports now bot US ('.') and European (',') notation.
16+
- The random command now returns only floating points with 4 decimals and the issue with scientific notation is fixed.
17+
- Floating point notation supports now both US ('.') and European (',') notation.
1818

1919
1.8.2:
2020
Fixed issues with the commands: <, <=, >, >= that contain the "long string" braces: <>

0 commit comments

Comments
 (0)