diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-22 18:07:23 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-22 22:31:09 +0200 |
commit | bea62bb63205101c6005fb80946e8193985667fd (patch) | |
tree | 8ede2dfda38fc821955fd53c4e9a7f8554eccfa4 /web | |
parent | fc0bb828027d0893435613668fa9bb12e47dd169 (diff) | |
download | Nim-bea62bb63205101c6005fb80946e8193985667fd.tar.gz |
overloading of dot and parenthesis operators should now be done in .experimental
Diffstat (limited to 'web')
-rw-r--r-- | web/news/version_0_15_released.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index 80f178093..e16bdc9ae 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -28,6 +28,8 @@ Changes affecting backwards compatibility See `https://github.com/nim-lang/Nim/issues/3898`_ for the relevant discussion. +- Overloading the special operators ``.``, ``.()``, ``.=``, ``()`` now + should be enabled via ``{.experimental.}``. Library Additions |