summaryrefslogtreecommitdiffstats
path: root/_build/content
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-04 13:13:37 +0200
committerLoïc Hoguin <[email protected]>2018-04-04 13:13:37 +0200
commitd2a3f2cedd7c00d0933222aed9c06b3149aa4db4 (patch)
tree4f1499bac639c782b250af0fbf0dec2064315813 /_build/content
parent1d654719f5fa6be67d2c95145872068665702cb7 (diff)
downloadninenines.eu-d2a3f2cedd7c00d0933222aed9c06b3149aa4db4.tar.gz
ninenines.eu-d2a3f2cedd7c00d0933222aed9c06b3149aa4db4.tar.bz2
ninenines.eu-d2a3f2cedd7c00d0933222aed9c06b3149aa4db4.zip
Cowboy 2.3.0
Diffstat (limited to '_build/content')
-rw-r--r--_build/content/articles/cowboy-2.3.0.asciidoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/_build/content/articles/cowboy-2.3.0.asciidoc b/_build/content/articles/cowboy-2.3.0.asciidoc
new file mode 100644
index 00000000..4e38ecfe
--- /dev/null
+++ b/_build/content/articles/cowboy-2.3.0.asciidoc
@@ -0,0 +1,22 @@
++++
+date = "2018-04-04T12:00:00+01:00"
+title = "Cowboy 2.3"
+
++++
+
+Cowboy `2.3.0` has been released!
+
+This release focused on adding support for the functions
+from the `sys` module for introspecting Cowboy processes.
+
+Many bugs have also been fixed. A more complete
+list of changes can be found in the migration guide:
+https://ninenines.eu/docs/en/cowboy/2.3/guide/migrating_from_2.2/[Migrating from Cowboy 2.2 to 2.3].
+
+You can donate to this project via
+https://salt.bountysource.com/teams/ninenines[BountySource]
+because I need to eat snacks when I write code.
+Thanks in advance!
+
+As usual, feedback is appreciated, and issues
+should be reported by opening a ticket. Thanks!