ChangeLog.md in processing-0.5.31 vs ChangeLog.md in processing-0.5.32
- old
+ new
@@ -1,7 +1,22 @@
# processing ChangeLog
+## [v0.5.32] - 2024-01-08
+
+- Add requestImage()
+- Add texture(), textureMode(), and textureWrap()
+- Add loadPixels(), updatePixels(), and pixels()
+- Add curveVertex(), bezierVertex(), and quadraticVertex()
+- Add beginContour() and endContour()
+- Add createFont(), loadFont(), and Font.list()
+- Add Shape#setFill
+
+- vertex() can teke UV parameters
+- vertex() records the fill color
+- Drawing shapes with texture is affected by tin() instead of the fill()
+
+
## [v0.5.31] - 2023-12-09
- Add Shape class
- Add createShape(), shape(), shapeMode()
- Add beginShape(), endShape(), and vertex(x, y)