Skip to content

Commit

Permalink
Fix argument order of math.atan in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Nov 15, 2024
1 parent 31da255 commit f776b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# New features in CC: Tweaked 1.114.0

* Add redstone relay peripheral.
* Add support for `math.atan(x, y)`.
* Add support for `math.atan(y, x)`.
* Update several translations.

Several bug fixes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
New features in CC: Tweaked 1.114.0

* Add redstone relay peripheral.
* Add support for `math.atan(x, y)`.
* Add support for `math.atan(y, x)`.
* Update several translations.

Several bug fixes:
Expand Down

0 comments on commit f776b17

Please sign in to comment.