From a579878c6bc2333074d2a10eb3b0f5b72e6f65d1 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 25 Dec 2019 16:14:37 +0800 Subject: [PATCH] - Docs (CHANGES): Update to indicate localization addition --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 1298dc4f..af87f169 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ that more permissive is noticeable first - Fix (Accessibility): Avoid duplicate IDs - Optimization: Remove unused `jquery-ui-1.8.custom.min.js` file +- Localization: Add 'SVG-Edit Home Page' to locale files - Linting (ESLint): Simplify regexes - Linting (ESLint): Replace `innerHTML` with `textContent` from old demo - Testing: Switch to Cypress with code coverage for UI testing;