From 0d96cfa0c78aa8d9d7da56c79a3224bbe4a9d241 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Mon, 29 Jul 2024 10:54:35 +0200 Subject: [PATCH] Fix typos. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56307fb51..857f51517 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,16 @@ please report any missing or incorrect information to help others make the switch more easily. - `v2.x.y` are stable and any API breaking changes are considered bugs. There's - like not going to be very many releases of the `v2` line. + like not going to be very many releases of the `v2` line once `v3` is stable. - `v3.0.0-beta?` are pre-releases of `v3.0.0`. We predict that one more - breaking change might happen: the string handling is confusing to some of the + breaking changes might happen: the string handling is confusing to some of the maintainers and the default encoding is inconsistent (and will likely be made consistent). For codes that either use `std::string` when dealing with strings, or that - don't use strings with HDF5, we don't currently have any additional breaking - changes planned for 3.0.0. + don't use strings with HDF5 at all, we don't currently have any additional + breaking changes planned for 3.0.0. ### Design - Simple C++-ish minimalist interface