From e9069e11a43d779b418679c7a50b2ec14f652085 Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Tue, 30 Nov 2021 17:45:48 +0100 Subject: [PATCH] Add notice about the format being not yet finalized --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 706c3faf..982e100e 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,9 @@ More info at https://phoboslab.org/log/2021/11/qoi-fast-lossless-image-compressi ⚠️ Please note that this library is not yet ready to deal with untrusted input. -⚠️ 2021.11.27 – the specification for QOI has changed to accomodate some -concerns with the format. If you are working on a QOI implementation, please -refer to -[#37 The QOI File Format Specification](https://github.com/phoboslab/qoi/issues/37) -for the details. +⚠️ 2021.11.30 – the file format is not yet finalized. We're still working to fix +some smaller issues. The final specification will be announced on 2021.12.20. +Thanks for your patience! https://github.com/phoboslab/qoi/issues/48 These specification changes are ~~not yet reflected in the code here~~ reflected in qoi.h now.