Skip to content

Commit a8fde0e

Browse files
author
Adam Hrbac
committed
Add CHANGELOG entry
1 parent 86a5cc1 commit a8fde0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
99
* New parser generated from CPython's new PEG grammar definition. It brings better compatibility and enables us to implement the `ast` module.
1010
* Added support for tracing API (`sys.settrace`) which makes `pdb` and related tools work on GraalPy.
1111
* Updated our pip support to automatically choose the best version for known packages. You can use `pip install pandas`, and pip will select the versions of pandas and numpy that we test in the GraalPy CI.
12+
* Added support for Flask - https://pypi.org/project/Flask/
1213

1314
## Version 22.2.0
1415
* Updated to HPy version 0.0.4, which adds support for the finished HPy port of Kiwi, and the in-progress ports of Matplotlib and NumPy.

0 commit comments

Comments
 (0)