Skip to content
Merged
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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
---
last_commit_released: deed5e74cbc33a582d1e22ee0a1af6a41ab2bb10
last_commit_released: 2f843c7d909456e9e70647e670e49b3283dc2ba5
name: Fable.Python
---

# Changelog

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

## 5.0.0 - 2026-04-21

### πŸš€ Features

* *(stdlib)* Add functools module bindings (#260) ([0db2183](https://github.com/fable-compiler/Fable.Python/commit/0db2183659747b5e4b29af30eac3592fe62f79c7))
* *(stdlib)* Add datetime module bindings (#267) ([db5f0b3](https://github.com/fable-compiler/Fable.Python/commit/db5f0b313d4588e037f69a5f356ad2fef443fc6c))

<strong><small>[View changes on Github](https://github.com/fable-compiler/Fable.Python/compare/deed5e74cbc33a582d1e22ee0a1af6a41ab2bb10..2f843c7d909456e9e70647e670e49b3283dc2ba5)</small></strong>

## 5.0.0-rc.4 - 2026-04-17

### πŸš€ Features
Expand Down
Loading