> 📅 **Date** 2024-1-27
- 🆕 New Features:
- Introduce [fsspec][] to open including files. Now we can include files from local filesystem, s3, http, sftp ...
- New parameters for the tag in YAML
- ❎ Incompatible Changes:
- Drop python support blow 3.8
- The tag constructor class `YamlIncludeConstructor` renamed to `Constructor`
- ❌ Removed:
- Readers for JSON, TOML, INI ... YAML only now
- The argument `relative` and `encoding` was removed from the tag class's `load` method.
- Anchor (Maybe recovered in future)