| OLD | NEW |
| 1 ## 1.3.1 |
| 2 |
| 3 * `loopback()` and `loopbackSecure()` recover gracefully if an ephemeral port is |
| 4 requested and the located port isn't available on both IPv4 and IPv6. |
| 5 |
| 1 ## 1.3.0 | 6 ## 1.3.0 |
| 2 | 7 |
| 3 * Add support for `HttpServer.autoCompress`. | 8 * Add support for `HttpServer.autoCompress`. |
| 4 | 9 |
| 5 ## 1.2.0 | 10 ## 1.2.0 |
| 6 | 11 |
| 7 * Add support for `HttpServer.defaultResponseHeaders.clear`. | 12 * Add support for `HttpServer.defaultResponseHeaders.clear`. |
| 8 | 13 |
| 9 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`. | 14 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`. |
| 10 | 15 |
| 11 ## 1.1.0 | 16 ## 1.1.0 |
| 12 | 17 |
| 13 * Add support for `HttpServer.defaultResponseHeaders`. | 18 * Add support for `HttpServer.defaultResponseHeaders`. |
| 14 | 19 |
| 15 ## 1.0.2 | 20 ## 1.0.2 |
| 16 | 21 |
| 17 * Remove the workaround for [issue 19815][]. | 22 * Remove the workaround for [issue 19815][]. |
| 18 | 23 |
| 19 ## 1.0.1 | 24 ## 1.0.1 |
| 20 | 25 |
| 21 * Ignore errors from one of the servers if others are still bound. In | 26 * Ignore errors from one of the servers if others are still bound. In |
| 22 particular, this works around [issue 19815][] on some Windows machines where | 27 particular, this works around [issue 19815][] on some Windows machines where |
| 23 IPv6 failure isn't discovered until we try to connect to the socket. | 28 IPv6 failure isn't discovered until we try to connect to the socket. |
| 24 | 29 |
| 25 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815 | 30 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815 |
| OLD | NEW |