From 136455df6db9d5868411d3136ae8b70fe11ed081 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 2 Apr 2016 04:55:44 -0700 Subject: [PATCH] clarify --- release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index 9a266ce..6712e9d 100644 --- a/release_notes.md +++ b/release_notes.md @@ -9,7 +9,7 @@ - stb_image: fix reported channel count in PNG when req_comp is non-zero - stb_image: re-enable SSE2 in x64 (except in gcc) - stb_image: fix harmless typo in name (Matthew Gregan) -- stb_image: support images coded as RGB +- stb_image: support JPEG images coded as RGB - stb_image: bmp could return wrong channel count (snagar@github) - stb_image: read 16-bit PNGs as 8-bit (socks-the-fox) - stb_image_resize: fix handling of subpixel regions