TLS version 1.0 support

Where can I find which versions of MbedTLS support TLS v1.0? I see that commit 1c66e4867 in 2018 removed:

#define MBEDTLS_SSL_PROTO_TLS1

from config.h, is that where support for 1.0 was dropped?

Or is it supported in later versions and it just is enabled in a different way? I looked through the release notes around that time and didn’t see it mentioned that support was being removed, but I might have just missed it.