Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ unreleased
- Add a new context-free rule type that replaces AST nodes that have the registered
attributes attached to them. (#574, @Skepfyr)

0.36.1 (2025-07-10)
-------------------

- Fix ppxlib driver's AST to source printer. Our copy of pprintast was not
properly updated which resulted in incorrect printing of value bindings'
constraints (#585, @NathanReb)

0.36.0 (2025-03-03)
-------------------

Expand Down
Loading