added variant for enet peer_send and host_broadcast to take light userdata and a size than just a lua string

This commit is contained in:
EngineerSmith
2023-05-09 17:46:02 +01:00
parent 90b22f7d42
commit 8f5ca512b8
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -79,6 +79,7 @@ Released: N/A
* Added love.sensor module.
* Added love.sensorupdated callback.
* Added love.joysticksensorupdated callback.
* Added variant for enet peer:send and host:broadcast which accepts a pointer (light userdata) and a size.
* Changed love.filesystem.exists to no longer be deprecated.
* Changed the default font from Vera size 12 to Noto Sans size 13.