Skip to content

Commit

Permalink
Add in explanation of breaking change circa 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarize committed Nov 6, 2023
1 parent 4683183 commit 040d95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 040d95d

Please sign in to comment.