From 4ccf81bada82909c9032c700ce3eca0ab59c5e7d Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Wed, 8 May 2024 21:16:39 -0500 Subject: [PATCH] Remove duplicate entry in changes.txt --- changes.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/changes.txt b/changes.txt index 359a4cb34..3835e99b9 100644 --- a/changes.txt +++ b/changes.txt @@ -82,7 +82,6 @@ Released: N/A * Added love.joysticksensorupdated callback. * Added variant for enet peer:send and host:broadcast which accepts a pointer (light userdata) and a size. -* Changed love.filesystem.exists to no longer be deprecated. * Changed the default font from Vera size 12 to Noto Sans size 13. * Changed TrueType and OpenType font handling to have improved kerning and character combining support. * Changed the Texture class and implementation to no longer have separate Canvas and Image subclasses.