From 388632faad237a3ba99f120950c25b5beae7d3b3 Mon Sep 17 00:00:00 2001 From: ix5 Date: Tue, 23 Apr 2024 23:29:06 +0200 Subject: [PATCH 1/2] docs/index: Disavow IE10 compat (Not-so) recent changes mean that Isso is no longer compatible --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 9cbd99db..068269cd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,7 +32,7 @@

Configurable JS client

Embed a single JS file, 65kB (20kB gzipped) and you are done.

-

Supports Firefox, Safari, Chrome and IE10.

+

Supports Firefox, Safari, Chrome and Edge.

From 0ae94b4bd3a98eee0e3f0c42329b3f7041e303da Mon Sep 17 00:00:00 2001 From: ix5 Date: Mon, 29 Apr 2024 22:23:01 +0200 Subject: [PATCH 2/2] CHANGES: Document removed IE10 compat --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 135ec84b..361ccb89 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,8 +24,11 @@ Breaking Changes every push to ``master``, while ``isso:release`` points to the latest stable release (`#970`_, janw). Previously, ``:latest`` pointed to the latest stable (tagged) version +- Disavow IE10 compatibility: (Not-so) recent changes mean that Isso is no + longer compatible (`#1022`, ix5) .. _#970: https://github.com/isso-comments/isso/pull/970 +.. _#1022: https://github.com/isso-comments/isso/pull/1022 Bugfixes & Improvements ^^^^^^^^^^^^^^^^^^^^^^^