From ea0f2555ed7dbc1af77297499db35efaa3a6089d Mon Sep 17 00:00:00 2001 From: cutealien Date: Sat, 14 May 2022 18:54:21 +0000 Subject: [PATCH] type in changes.txt git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6400 dfc29bdd-3216-0410-991c-e03cc46cb475 --- changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index d511b84c..9ac5eb81 100644 --- a/changes.txt +++ b/changes.txt @@ -1,7 +1,7 @@ -------------------------- Changes in 1.9 (not yet released) -- core::array::linear_search and linear_reverse_search can now work with any types as long as corresponding operator= is implemented. +- core::array::linear_search and linear_reverse_search can now work with any types as long as corresponding operator== is implemented. - Add checks for sane image sizes in some image loaders (so far: bmp, jpg, tga, png). Thanks @sfan5 for the original patch (got modified a bit): https://github.com/minetest/irrlicht/commit/dbd39120e7ed8c0c97e48e2df62347627f3c1d42 - Add IImage::checkDataSizeLimit and make IImage getDataSizeFromFormat return size_t so image loaders can check if sizes are sane.