Skip to content

Commit d8dbaad

Browse files
committed
Merge branch 'master' into credo
2 parents b71c8fe + c88c867 commit d8dbaad

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
Changelog
2-
=========
1+
# Changelog
2+
3+
## v2.0.0 - TBA
4+
5+
* Allow the redefinition of routes.
6+
* Make listen interface configurable.
7+
* Add SO_REUSEPORT.
8+
* Add support for parametric routes.
9+
* Switch from :simple_one_for_one to DynamicSupervisor.
10+
* Require at least Elixir 1.6.
11+
* Replace gun with mint.
312

413
## v1.0.0 - 26 Nov 2018
514

6-
* Support for Plug 1.7 with `plug_cowboy` 1 and 2.
15+
* Support for Plug 1.7 with `plug_cowboy` 1 and 2.
716

817
## v0.9.0 - 30 Sept 2018
918

10-
* Add support for Cowboy 2 thanks to @hassox
19+
* Add support for Cowboy 2 thanks to @hassox
1120

1221
## v0.6.0 - 2 Feb 2017
1322

14-
* Add support for Elixir v1.0
15-
* Allow choosing the port number for a Bypass instance
16-
* Bypass instances now only listen on the loopback interface
23+
* Add support for Elixir v1.0
24+
* Allow choosing the port number for a Bypass instance
25+
* Bypass instances now only listen on the loopback interface

0 commit comments

Comments
 (0)