diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-02-19 13:51:45 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-02-19 13:53:50 +0000 |
commit | ede418a009ea1875be37e5537c4b0c9640fc1685 (patch) | |
tree | 8a2ddbd87dc43bfbdf2c9d8b033735f2c20c84c2 | |
parent | 32f5a9fc1d24be502cc71d10a2cd396348891710 (diff) | |
download | psycopg2-ede418a009ea1875be37e5537c4b0c9640fc1685.tar.gz |
Report MSYS2 build probably fixed
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ What's new in psycopg 2.7.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed building on Solaris 11 and derivatives such as SmartOS and illumos - (:ticket:`#677`) + (:ticket:`#677`). +- Maybe fixed building on MSYS2 (as reported in :ticket:`#658`). What's new in psycopg 2.7.4 |