From 763bd3340c25ad04f3d4fb71fbade379843bd670 Mon Sep 17 00:00:00 2001 From: JamesParrott <80779630+JamesParrott@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:11:39 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75be6f6..2a211cc 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ part of your geospatial project. ### New Features: - Reader.iterRecords now allows start and stop to be specified, to lookup smaller ranges of records. +- Equality comparisons between Records now also require the fields to be the same (and in the same order). ### Development: - Code quality tools run on PyShp