diff options
| author | 2019-02-13 15:50:19 +0100 | |
|---|---|---|
| committer | 2019-02-13 15:50:19 +0100 | |
| commit | 1c846d1a37533d4b3b8e4889d71b77785559cf76 (patch) | |
| tree | f7e4a14a8ccb91a9bf05386c4a225738c715feca | |
| parent | 2374374ba972eb4cca84d7f71b1900f806c2b914 (diff) | |
| parent | 0b997b58a56bd0a4e8758c72653674810092c17d (diff) | |
Merge pull request #2249 from Alkarex/Removes_HHVM
Removes hhvm
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | CHANGELOG.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 24e0bf36b..44bc59e3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ php: - '7.0' - '7.1' - '7.2' - - hhvm install: # newest version without https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef11bf49..ee7c5602c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ * Fix encoding problem in Fever API [#2241](https://github.com/FreshRSS/FreshRSS/issues/2241) * UI * New themes *Ansum* and *Mapco* [#2245](https://github.com/FreshRSS/FreshRSS/pull/2245) + * Rewrite jQuery and keyboard shortcut code as native JavaScript ES6 (except for graphs on the statistics pages) [#2234](https://github.com/FreshRSS/FreshRSS/pull/2234) * Batch scroll-as-read for better client-side and server-side performance [#2199](https://github.com/FreshRSS/FreshRSS/pull/2199) - * Rewrite some jQuery code as native JavaScript [#2234](https://github.com/FreshRSS/FreshRSS/pull/2234) * Deployment * Docker image updated to Alpine 3.9 with PHP 7.2.14 and Apache 2.4.38 [#2238](https://github.com/FreshRSS/FreshRSS/pull/2238) * I18n |
