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