From c285739d55408bb5f75d3190a286d18ac883bd41 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev Date: Sun, 28 Jun 2020 19:00:43 +0300 Subject: [PATCH] Remove double entry for thiscall (#14842) --- changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index de2e443fc0..54996ea340 100644 --- a/changelog.md +++ b/changelog.md @@ -180,9 +180,7 @@ proc mydiv(a, b): int {.raises: [].} = The reason for this is that `DivByZeroDefect` inherits from `Defect` and with `--panics:on` `Defects` become unrecoverable errors. -- Added the `thiscall` calling convention as specified by Microsoft. - -- Added `thiscall` calling convention as specified by Microsoft, mostly for hooking purpose +- Added the `thiscall` calling convention as specified by Microsoft, mostly for hooking purpose - Deprecated `{.unroll.}` pragma, was ignored by the compiler anyways, was a nop.