summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 21:55:46 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 21:55:46 +0100
commit5c4a522e2fd2b3cd6d8993032f8b7fef1feea824 (patch)
tree03eca2ee59fb56e508d3f5c299a7494db3d6ec0a /CHANGELOG.md
parentc4a40d8269b272bf263a4f24ca9a61d5828752e4 (diff)
adjust readme
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5acd3ebb..f733c71e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@ owncloud-news (7.2.0)
* **New dependency**: Bump required PostgreSQL version to 9.4
* **New dependency**: Bump required MySql/MariaDB version to 5.5
* **Bugfix**: Fix bug that would not lowercase non ASCII characters when searching, #944
-* **Bugfix**: Fix bug that would not persist settings like compact mode on postgres, #948
+* **Bugfix**: Fix bug that would not persist settings like compact mode on PostgreSQL, #948
* **Enhancement**: Add HTTP basic auth, #938
* **Enhancement**: The git repository does not bundle composer and bower libraries anymore, nor does it contain compiled JavaScript. If you are running the git version, you now need to run **make** after cloning and pulling from the repository to install the depenencies and compile the JavaScript