diff options
| author | JocelynDelalande <JocelynDelalande@users.noreply.github.com> | 2018-07-17 00:22:23 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2018-07-17 00:22:23 +0200 |
| commit | 9caf213e1d4f2f92944000f2c072fcece885f407 (patch) | |
| tree | f459158e67825c2316e4274b499ea96691854b2c /CHANGELOG.rst | |
| parent | 026c1ec4aaa7ea758b16f01f4842630228c38907 (diff) | |
| download | ihatemoney-mirror-9caf213e1d4f2f92944000f2c072fcece885f407.zip ihatemoney-mirror-9caf213e1d4f2f92944000f2c072fcece885f407.tar.gz ihatemoney-mirror-9caf213e1d4f2f92944000f2c072fcece885f407.tar.bz2 | |
Document MySQL setup (#357)
PyMySQL is more difficult to install since its version 0.9 since it now depends
on *cryptography* lib, which in turns depends on OpenSSL and Python dev files.
See https://github.com/PyMySQL/PyMySQL/issues/697
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 499f0e6..15df733 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,11 @@ Fixed - Regenerate translations (#338) - Fix broken install with pip ≥ 10 (#340) +Added +===== + +- Document MySQL setup (#357) + 2.1 (2018-02-16) ---------------- |
