From 565693a8ffd006264cc57f32c3551be5b192ef07 Mon Sep 17 00:00:00 2001 From: Sakari Lehtonen Date: Tue, 26 May 2020 13:24:18 +0300 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff743123..e084c69a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](http://semver.org/). * Update typings to support jpg and addPage on NodeCanvasRenderingContext2D (#1509) * Fix assertion failure when using Visual Studio Code debugger to inspect Image prototype (#1534) * Fix signed/unsigned comparison warning introduced in 2.6.0, and function cast warnings with GCC8+ +* Fix to compile without JPEG support (#1593). 2.6.1 ==================