Skip to content

Commit 467b543

Browse files
committed
Update Python version in GHA. More items in CHANGELOG.md
Refs #1486
1 parent 159f09a commit 467b543

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/build-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: '3.10'
22+
python-version: '3.11'
2323
- name: Initialize TAG and git autocrlf
2424
shell: bash
2525
run: |

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ section below it for the last release. -->
55
## \<next>
66

77
* Create commands for opening the project file and the log file
8+
* Add editor contextual menus for some Ada commands
9+
* Avoid exception in tooltips on unknown predefined entities
10+
* Fix "Go to other file" command for child packages, no project is loaded, etc
11+
* Display error messages when "Go to other file" command fails
12+
* Add fallback mechanism for "Go to other file" command
13+
* ALS now ignores any error in the project file and uses the project file even if it has errors
14+
* Avoid 'auto-import' command when completing with-clauses
15+
* Replace "Project Problem" diagnostic by the project status message
16+
* Avoid running the Prove codelens with no problem matchers
17+
* Fix Goto Definition for entry in Protected Types
18+
* Avoid `PRECONDITION_FAILURE` on editing an empty file
819

920
## 25.0.20241014
1021

0 commit comments

Comments
 (0)