diff --git a/.modversion b/.modversion index 9f8e9b69a33f..415b19fc3623 100644 --- a/.modversion +++ b/.modversion @@ -1 +1 @@ -1.0 \ No newline at end of file +2.0 \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 0e7742cc5d68..090b2b6889ed 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,18 @@ coreclr \ ILAsm - https://github.com/3F/coreclr - - - - - - - - - +[v4.700.2] + + * NEW: Implemented new `/REBASE` key feature for IL Assembler. Issue #7. + It will try to rebase system object: `netstandard` } `System.Runtime` } `mscorlib` + + Full explanation in related issue: + https://github.com/3F/DllExport/issues/125#issuecomment-561245575 + + * CHANGED: Removed any use of the cvtres via CLR system directory. + + * CHANGED: Updated coreclr 3.1.0 RTM + [v4.700.1]