diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100755 index f9e28af..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -# Changelog - -All Notable changes to `laravel-pjax` will be documented in this file - -## 1.3.1 - 2016-02-18 -- Fix a bug where the version header would be sent whenever any meta http-equiv tag was set - -## 1.3.0 - 2016-01-22 -- Added a check on title - -## 1.2.2 - 2016-01-15 -- Fix capitalization of header name, the sequel - -## 1.2.1 - 2016-01-13 -- Fix capitalization of header name - -## 1.2.0 - 2016-01-12 -- Added pjax version header - -## 1.1.0 - 2015-12-25 -- Add compatibility for symfony 3.0 components - -## 1.0.1 - 2015-10-16 -- Fix tests - -## 1.0.0 - 2015-10-16 -- Initial release diff --git a/README.md b/README.md index 3969870..3d696b6 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,6 @@ protected $middleware = [ When you route a request through the `AddHttp2ServerPush` middleware, the response is scanned for any `link` or `script` tags that could benefit from being loaded using Server Push. These assets will be added to the `Link` header before sending the response to the client. Easy! -## Change log - -Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. - ## Testing ``` bash