Does Strapi keep the history of the entity mutation?

I want to build a CRM.

Suppose I have an entity “Lead” with a property “name”

Day 1-jan I create a lead named “Alice”.
Day 5-jan I read the object. It says “name”:“Alice”
Day 10-jan I update the lead and set a new name “Alice Anderson”
Day 15-jan I read the object. It says “name”:“Alice Anderson”

Does Strapi retain the data to know that this “name”:“Alice Anderson” is only valid from 10-jan onwards and that between 1-jan to 10-jan the old name was “name”:“Alice”?