diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-09 12:02:43 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-09 12:02:43 -0500 |
| commit | 823af53bf6ee031b3dd680fe817d60d69b697fef (patch) | |
| tree | a2749760a294f5171e869bed5e20336ac6829fe0 /docs | |
| parent | ee1c1c696b422f482a1611344f8c0a9db16f8808 (diff) | |
Fixed #27707 -- Removed shell support for IPython < 1.0.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index a227b712ab..0ccecd9dba 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -712,6 +712,8 @@ Miscellaneous * Support for ``cx_Oracle`` < 5.2 is removed. +* Support for IPython < 1.0 is removed from the ``shell`` command. + .. _deprecated-features-1.11: Features deprecated in 1.11 |
