##// END OF EJS Templates
Backport PR #14868 on branch 8.x (Add changelog for 8.35 and before) (#14869)...
Michał Krassowski -
r29563:a92d4006 merge
parent child Browse files
Show More
@@ -2,6 +2,43
2 8.x Series
2 8.x Series
3 ============
3 ============
4
4
5 .. _version 8.35:
6
7 IPython 8.35
8 ============
9
10 This small early April release includes a few backports of bug fixes for tab and LLM completions:
11
12 - :ghpull:`14838` Fixed tab-completion of global variables in lines with a dot when jedi is off
13 - :ghpull:`14846` Fixed LLM request number always being set to zero and removed spurious logging
14 - :ghpull:`14851` Passes current input history to LLMs
15
16
17 .. _version 8.34:
18
19 IPython 8.34
20 ============
21
22 This tiny beginning of March release included two bug fixes:
23
24 - :ghpull:`14823` Fixed right arrow incorrectly accepting invisible auto-suggestions
25 - :ghpull:`14828` Fixed Qt backend crash
26
27 along with a backport of improved documentation and configurability of LLM completions.
28
29 .. _version 8.33:
30
31 IPython 8.33
32 ============
33
34 This small end of February release included a few backports of bug fixes and minor enhancements:
35
36 - :ghpull:`14717` Fixed auto-suggestion on Prompt Toolkit < 3.0.49
37 - :ghpull:`14738` Fixed Python 3.13 compatibility of ``local_ns``
38 - :ghpull:`14700` Improved Qt object management and performance
39 - :ghpull:`14790` Better documentation and configurability of LLM completions
40
41
5 .. _version 8.32:
42 .. _version 8.32:
6
43
7 IPython 8.32
44 IPython 8.32
General Comments 0
You need to be logged in to leave comments. Login now