From 3fe774dfe38bc245bb615adbca9d674d6c4e372c Mon Sep 17 00:00:00 2001 From: Nicky Bloor Date: Fri, 21 Jun 2024 23:09:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c62328..459065c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Download v1.11 built and ready to run from here: [https://github.com/NickstaDB/S \* See the limitations section below for more details. +**Update 21/06/2024:** Fixed bugs in `readFloatField()` and `readDoubleField()`. + **Update 19/12/2018:** SerializationDumper now supports rebuilding serialization streams so you can dump a Java serialization stream to a text file, modify the hex or string values, then convert the text file back into a binary serialization stream. See the section below on [Rebuilding Serialization Streams](#rebuilding-serialization-streams) for an example of this. ## Building