| OLD | NEW |
| 1 # Changelog | 1 # Changelog |
| 2 | 2 |
| 3 ## 0.1.1+1 | 3 ## 0.1.1+2 |
| 4 | 4 |
| 5 * Fixing a performance issue in case the underlying socket is not writeable | 5 * Fixing a performance issue in case the underlying socket is not writeable |
| 6 * Allow clients of MultiProtocolHttpServer to supply [http.ServerSettings] |
| 6 | 7 |
| 7 ## 0.1.1 | 8 ## 0.1.1 |
| 8 | 9 |
| 9 * Adding support for MultiProtocolHttpServer in the | 10 * Adding support for MultiProtocolHttpServer in the |
| 10 `package:http2/multiprotocol_server.dart` library | 11 `package:http2/multiprotocol_server.dart` library |
| 11 | 12 |
| 12 ## 0.1.0 | 13 ## 0.1.0 |
| 13 | 14 |
| 14 * First version of a HTTP/2 transport implementation in the | 15 * First version of a HTTP/2 transport implementation in the |
| 15 `package:http2/transport.dart` library | 16 `package:http2/transport.dart` library |
| 16 | 17 |
| 17 ## 0.0.1 | 18 ## 0.0.1 |
| 18 | 19 |
| 19 - Initial version | 20 - Initial version |
| OLD | NEW |