Skip to content

Commit 90765da

Browse files
committed
update changelog
1 parent 2eda668 commit 90765da

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
This changelog summarizes major changes between GraalVM versions of the Python
44
language runtime. The main focus is on user-observable behavior of the engine.
55

6-
## Version 20.2
6+
## Version 20.2.0
77

88
* Escaping Unicode characters using the character names in strings like "\N{GREEK CAPITAL LETTER DELTA}".
99
* When a `*.py` file is imported, `*.pyc` file is created. It contains binary data to speed up parsing.
1010
* Adding option `PyCachePrefix`, which is equivalent to PYTHONPYCACHEPREFIX environment variable, which is also accepted now.
1111
* Adding optin `DontWriteBytecodeFlag`. Equivalent to the Python -B flag. Don't write bytecode files.
1212
* Command option -B works
13+
* Implement better reference counting for native extensions to fix memory leaks
14+
* Fix a warning in pandas about size of datetime objects
15+
* Make many more CPython unittests pass for core types
16+
* Support parse requests with arguments for embedding Python to light up GraalVM Insight support
17+
* Support basic tox usage when forcing virtualenv to use venv
18+
* No longer support iterables as arrays in interop
19+
* Add initial support for HPy native extensions
20+
* Support magic encoding comments in Python files
21+
* Improve chaining of exception tracebacks - the tracebacks should now be much closer to CPython and more helpful
1322

1423
## Version 20.1.0
1524

0 commit comments

Comments
 (0)