Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
---
last_commit_released: 32691fd015cfd7b101e5c18912487bb800563e68
last_commit_released: 663c82a5e491e9f135de8c618ced8308ad9054fd
name: Fable.Python
---

# Changelog

All notable changes to this project will be documented in this file.

## 5.2.0 - 2026-05-03

### πŸš€ Features

* *(stdlib)* Add os.walk, makedirs(exist_ok), getpid, getppid and os.path improvements (#287) ([09cb36b](https://github.com/fable-compiler/Fable.Python/commit/09cb36b0d6d19fdae667bb9daf86f47580f5a89d))
* *(stdlib)* Expose Python type references and dict/list constructors in Builtins (#291) ([05f2bea](https://github.com/fable-compiler/Fable.Python/commit/05f2bea2c2a274353ca762d010580ee3e0a197a6))

### 🐞 Bug Fixes

* *(stdlib)* Builtins.map multi-iterable binding + add coverage for untested builtins (#292) ([663c82a](https://github.com/fable-compiler/Fable.Python/commit/663c82a5e491e9f135de8c618ced8308ad9054fd))

<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable.Python/compare/32691fd015cfd7b101e5c18912487bb800563e68..663c82a5e491e9f135de8c618ced8308ad9054fd)</small></strong>

## 5.1.0 - 2026-04-26

### πŸš€ Features
Expand Down