ChangeLog.md in rays-0.1.36 vs ChangeLog.md in rays-0.1.37
- old
+ new
@@ -1,8 +1,13 @@
# rays ChangeLog
+## [v0.1.37] - 2023-05-18
+
+- Update dependencies
+
+
## [v0.1.36] - 2023-05-11
- Fix a few minor problems
@@ -17,30 +22,30 @@
## [v0.1.33] - 2023-04-22
- Update external libraries
-- save_image(image, path) -> Image::save(path)
+- Save_image(image, path) -> Image::save(path)
## [v0.1.32] - 2023-03-01
-- fix bugs
+- Fix bugs
## [v0.1.31] - 2023-02-27
-- add ChangeLog.md file
-- add test.yml, tag.yaml, and release.yml
-- requires ruby 2.7.0 or later
+- Add ChangeLog.md file
+- Add test.yml, tag.yaml, and release.yml
+- Requires ruby 2.7.0 or later
## [v0.1.30] - 2023-02-09
-- default precision: mediump -> highp
-- do not use buffer object to draw on iOS
-- fix conflicting rays's Init_exception() and others Init_exception()
-- disable non-power-of-two texture by default
-- restore premultiplied rgb values of the font texture on iOS
-- fix buffer leak
-- fix compile errors on building for iOS
-- refactoring
+- Default precision: mediump -> highp
+- Do not use buffer object to draw on iOS
+- Fix conflicting rays's Init_exception() and others Init_exception()
+- Disable non-power-of-two texture by default
+- Restore premultiplied rgb values of the font texture on iOS
+- Fix buffer leak
+- Fix compile errors on building for iOS
+- Refactoring