summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html38
1 files changed, 18 insertions, 20 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index 375688b3..53649b0d 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -67,6 +67,24 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0-rc.1/">Cowboy 2.0 release candidate 1</a></h2>
+ <p class="date">
+ <span class="year">2017</span>
+ <span class="day-month">24 Jul</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.0.0-rc.1 has been released!
+This is the new recommended version of Cowboy. Its API should not change before release. While you probably should not use it in production yet, many do successfully. Use at your own risk.
+The plan is to have a new RC version every couple weeks until the summer ends or later if there are still blocking issues open. Only issues that can&apos;t be fixed without making breaking changes to the interface may block the release.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0-rc.1/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/the-elephant-in-the-room/">The elephant in the room</a></h2>
<p class="date">
<span class="year">2017</span>
@@ -406,26 +424,6 @@ We will be running this expression at compile time, since we don&apos;t have the
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/xerl-0.2-two-modules/">Xerl: two modules</a></h2>
- <p class="date">
- <span class="year">2013</span>
- <span class="day-month">03 Feb</span>
- </p>
- </header>
-
- <p>Everything is an expression.
-This sentence carries profound meaning. We will invoke it many times over the course of these articles.
-If everything is an expression, then the language shouldn&apos;t have any problem with me defining two modules in the same source file.
-mod first_module begin end mod second_module begin end Likewise, it shouldn&apos;t have any problem with me defining a module inside another module.
-mod out_module begin mod in_module begin end end Of course, in the context of the Erlang VM, these two snippets are equivalent; there is nothing preventing you from calling the in_module module from any other module.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/xerl-0.2-two-modules/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">