Skip to content

Commit e24d52e

Browse files
committed
update changelog
1 parent c9cb09d commit e24d52e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ language runtime. The main focus is on user-observable behavior of the engine.
88
* Added subclassing of Java classes in JVM mode
99
* Use native posix functions in the GraalPython Launcher
1010

11+
## Version 21.1.0
12+
13+
* Support catching exceptions from other languages or Java with catch-all except blocks
14+
* Support iterating over iterables from other languages, as well as allow other languages to iterate over Python iterables and iterators
15+
* Support isinstance and issubclass with instances and classes of other languages
16+
1117
## Version 21.0.0
1218

1319
* Implement name mangling for private attributes

0 commit comments

Comments
 (0)