From efbd799226cd0bcd9e1556f0f2dfa5916c3cee3e Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Mon, 12 Feb 2024 18:51:02 +0800 Subject: [PATCH] Add ReleaseNotes.md. --- Mint.NuGet/Mint.nuspec | 3 ++- ReleaseNotes.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes.md diff --git a/Mint.NuGet/Mint.nuspec b/Mint.NuGet/Mint.nuspec index 1a7d084..3e35376 100644 --- a/Mint.NuGet/Mint.nuspec +++ b/Mint.NuGet/Mint.nuspec @@ -23,12 +23,13 @@ - + + \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 0000000..25efe9f --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,11 @@ +# Mile.Aria2 Release Notes + +**MINT 2023.0** + +- Initial release. +- Sync from the latest PHNT GitHub repository. + (https://github.com/winsiderss/phnt/commit/7c1adb8a7391939dfd684f27a37e31f18d303944) +- Use WIN32_NO_STATUS to simplify the NTSTATUS related definitions. (Suggested + by xenoplastic.) +- Define NTSTATUS for solving some potential compilation issues. (Suggested by + sonyps5201314.)