diff options
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f70af..25fa38e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ #### Fixes: -None +1. Fixed a build failure on **Windows** caused by `mingling_core/src/program.rs` #### Features: @@ -22,6 +22,10 @@ None `Mingling` 0.1.6 primarily focuses on optimizing the writing experience and code completion. +> [!CAUTION] +> +> This version cannot be built correctly on **Windows**, please do not use this version. + > [!warning] > > To align with the `mingling` version, `mingling_core` and `mingling_macros` will skip version `0.1.5` and be released directly as `0.1.6`. |
