summary refs log tree commit diff stats
path: root/changelogs
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2023-06-15 16:09:33 -0300
committerGitHub <noreply@github.com>2023-06-15 21:09:33 +0200
commit0a19d78b228a2d2e7b5e2341edf45b5ee669196a (patch)
tree293f4dad202d640b3f1d262ab1676c0fd4aece60 /changelogs
parent4937aa952b35975fdc76a627ab25116d9b38800b (diff)
downloadNim-0a19d78b228a2d2e7b5e2341edf45b5ee669196a.tar.gz
Revert the .inline semantics change (#22104)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changelog_2_0_0.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md
index fa2572859..5707cf955 100644
--- a/changelogs/changelog_2_0_0.md
+++ b/changelogs/changelog_2_0_0.md
@@ -256,8 +256,6 @@
   declared when they are not available on the backend. Previously it would call
   `doAssert false` at runtime despite the condition being compile-time.
 
-- Pragma `{.inline.}` generates `__forceinline` if `__has_attribute(__forceinline)` for GCC and Clang.
-
 - `strutils.split` and `strutils.rsplit` now forbid an empty separator.
 
 - Relative imports will not resolve to searched paths anymore, e.g. `import ./tables` now reports an error properly.