summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-05-20 12:51:13 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-05-20 12:51:13 +0100
commit098c00d73e193f09ce9589a6bb574f5833be714e (patch)
tree057acc98bcbe5195eefc77f6a3a2e2bcd1c6bb78 /NEWS
parent8c969304fd3f26b923dc7634863b175b4be1e97d (diff)
parent8dd00ee87469d908dfa800d50d87e09ab97ed90f (diff)
downloadpsycopg2-098c00d73e193f09ce9589a6bb574f5833be714e.tar.gz
Merge remote-tracking branch 'nested-array-nulls'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a264c90..5dc4ae0 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ What's new in psycopg 2.7.5
- Allow non-ascii chars in namedtuple fields (regression introduced fixing
:ticket':`#211`).
+- Fixed adaptation of arrays of arrays of nulls (:ticket:`#325`).
- Fixed building on Solaris 11 and derivatives such as SmartOS and illumos
(:ticket:`#677`).
- Maybe fixed building on MSYS2 (as reported in :ticket:`#658`).