From 040d95d7e49fda4827510480bd96a9170af3c884 Mon Sep 17 00:00:00 2001 From: tatarize Date: Mon, 6 Nov 2023 04:51:02 -0800 Subject: [PATCH] Add in explanation of breaking change circa 1.5.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a79764..5f9baee 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,8 @@ The Gcode is intended for a number of hobbyist projects that use a gcode control #### Reading from HUS: The HUS format requires an obscure and defunct form of compression. The EmbCompress performs this decompression. It is written from the ground up in pure python. It does not require any compiled element or dll file. It has no obfuscation and is intended to be easily understood. +### IO +Starting in version 1.5.0, we no longer silently pass errors. Explicit IOErrors are raised if the writer is not supported, does not exist, or reading a file that does not exist. ### Reading