diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-01-18 15:44:41 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-01-18 15:44:41 +0000 |
commit | 13c98222df26925938bdb8bb55d9af900cc5a228 (patch) | |
tree | a931754e39395aa6e218bd2b1c177776768b1a11 /web/news.txt | |
parent | d79a5f52764de3cf0080f898ff76e71b2c0a91ab (diff) | |
download | Nim-13c98222df26925938bdb8bb55d9af900cc5a228.tar.gz |
Added news item about OSCON talk.
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f1744a1df..cc9d05d71 100644 --- a/web/news.txt +++ b/web/news.txt @@ -186,6 +186,16 @@ News - Fixed "Can't compile nimble with latest devel - codegen bug" (`#3730 <https://github.com/nim-lang/Nim/issues/3730>`_) +2016-01-18 Andreas Rumpf's talk at OSCON Amsterdam +================================================== + +In case you have missed it, here is Andreas' Nim: An Overview talk at +OSCON Amsterdam. + +.. raw:: html + + <iframe width="560" height="315" src="https://www.youtube.com/embed/4rJEBs_Nnaw" frameborder="0" allowfullscreen></iframe> + 2015-10-27 Version 0.12.0 released ================================== |