summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-01-22 14:37:38 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-01-22 14:37:38 +0100
commit2b9eb3e36b13d474635b99abaa8133e0cc1a56e0 (patch)
treebc84f9af45ed0c8d116230d1e524c03fc5b1d960 /CHANGELOG.md
parent7983291cf1ddd531d93abfc80f1a42c11a9d9461 (diff)
3.1.8 Changelog
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2150e94f..da7ec2be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## 3.1.8 – 2020-01-22
+
+### Fixed
+
+- Fixed release number and 15 is EOL
+- Fix issue that prevented new contacts from being saved
+ [#1416](https://github.com/nextcloud/contacts/pull/1416) ([hanzi](https://github.com/hanzi))
+- remove delete buttons and other actions if contact is not readable
+ [#1413](https://github.com/nextcloud/contacts/pull/1413) ([myrho](https://github.com/myrho))
+- Only add sharee if not present already
+ [#1401](https://github.com/nextcloud/contacts/pull/1401) ([raimund-schluessler](https://github.com/raimund-schluessler))
+- Fix 'duplicate types' check for properties with a single type
+ [#1399](https://github.com/nextcloud/contacts/pull/1399) ([hanzi](https://github.com/hanzi))
+- Workaround for bug that prevented editing vCards with commas in the address
+ [#1394](https://github.com/nextcloud/contacts/pull/1394) ([hanzi](https://github.com/hanzi))
+- Use correct syntax for vCard version when saving
+ [#1393](https://github.com/nextcloud/contacts/pull/1393) ([hanzi](https://github.com/hanzi))
+- short company field only if empty
+ [#1412](https://github.com/nextcloud/contacts/pull/1412) ([myrho](https://github.com/myrho))
+
## 3.1.7 – 2019-12-09
### Enhancements