##// END OF EJS Templates
add known regressesion to whatsnew
MinRK -
Show More
@@ -16,7 +16,7 b' As of the 0.11 version of IPython, a signifiant portion of the core has been'
16 refactored. This refactoring is founded on a number of new abstractions.
16 refactored. This refactoring is founded on a number of new abstractions.
17 The main new classes that implement these abstractions are:
17 The main new classes that implement these abstractions are:
18
18
19 * :class:`IPython.utils.traitlets.HasTraitlets`.
19 * :class:`IPython.utils.traitlets.HasTraits`.
20 * :class:`IPython.config.configurable.Configurable`.
20 * :class:`IPython.config.configurable.Configurable`.
21 * :class:`IPython.config.application.Application`.
21 * :class:`IPython.config.application.Application`.
22 * :class:`IPython.config.loader.ConfigLoader`.
22 * :class:`IPython.config.loader.ConfigLoader`.
@@ -275,3 +275,16 b' Backwards incompatible changes'
275 refactoring in the core. With proper updates, these should still work.
275 refactoring in the core. With proper updates, these should still work.
276
276
277
277
278 Known Regressions
279 -----------------
280
281 We do our best to improve IPython, but there are some known regressions in 0.11 relative
282 to 0.10.2.
283
284 * The machinery that adds functionality to the 'sh' profile for using IPython as your
285 system shell has not been updated to use the new APIs. As a result, only the aesthetic
286 (prompt) changes are still implemented. We intend to fix this by 0.12.
287
288 * The installation of scripts on Windows was broken without setuptools, so we now
289 depend on setuptools on Windows. We hope to fix setuptools-less installation,
290 and then remove the setuptools dependency.
General Comments 0
You need to be logged in to leave comments. Login now