Update source/_posts/2024-05-01-release-20245.markdown

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Franck Nijhof 2024-05-01 20:16:28 +02:00 committed by GitHub
parent de37bf48eb
commit aa3db81cf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -427,7 +427,7 @@ now exposes the state in lowercase.
Previously, `recorder.purge_entities` called with no arguments would purge all
entities. This PR makes this call raise an error instead.
It was too easy for a user to accidentally purge his entire database using the
It was too easy for users to accidentally purge their entire database using the
old logic. Users who want to purge all entities can still use
the `recorder.purge` service to achieve the same effect, and that service
is more obvious in how it behaves.