Old Autumn
Committed by GitHub

feat: Update CHANGELOG.md for version 5.0.1

## 5.0.1
Improvements:
* Change platform OS detection pattern. According to the official Dart documentation, the `dart:io.Platform` object should only be used directly when it's critical to detect the actual current platform, without allowing overrides (for example, when calling native system APIs). With this change, we can override the platform in test code.
## 5.0.0
This major release contains all the changes from the 5.0.0 beta releases, along with the following changes:
... ...