ChangeLog.md in processing-0.5.17 vs ChangeLog.md in processing-0.5.18
- old
+ new
@@ -1,7 +1,13 @@
# processing ChangeLog
+## [v0.5.18] - 2023-06-11
+
+- mousePressed, mouseReleased, mouseMoved, mouseDragged, mouseClicked ignore multiple touches
+- Fix that pointer event handles only the first pointer’s type and ignoring rest pointer's types
+
+
## [v0.5.17] - 2023-06-07
- Add Image#set() and Image#get()
- Add color(), red(), green(), blue(), and alpha()
- Add lerpColor()