From 2c356fe47a9473087fdcc7300a55faf1d2d3db64 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sun, 10 Jan 2021 13:29:25 -0800 Subject: [PATCH] Added better language concerning compatibility layer in master branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f530d16..b8be4b4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Developed and maintained by Nathan Moinvaziri. |Name|Description| |:-|:-| -|[master](https://github.com/nmoinvaz/minizip/tree/master)|Modern rewrite that includes more advanced features, improvements in code maintainability and readability, and the reduction of duplicate code. Compatibility layer provided for older versions.| +|[master](https://github.com/nmoinvaz/minizip/tree/master)|Modern rewrite that includes more advanced features, improvements in code maintainability and readability, and the reduction of duplicate code. Compatibility layer provided for consumers of original minizip.| |[dev](https://github.com/nmoinvaz/minizip/tree/dev)|Latest development code| |[1.2](https://github.com/nmoinvaz/minizip/tree/1.2)|Changes to original minizip that includes WinZip AES encryption, disk splitting, I/O buffering and some additional fixes. Not ABI compatible with original minizip.| |[1.1](https://github.com/nmoinvaz/minizip/tree/1.1)|Original minizip as of zlib 1.2.11.|