Skip to content

Commit

Permalink
add changes entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed Apr 14, 2022
1 parent 9d3af78 commit 5f93803
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Unreleased
-----
* **BREAKING:** Rewrite `ppx_import` as a context free rule. It changes the syntax of the type declaration from:

```ocaml
type loc = [%import: Location.t];;
```

to:

```ocaml
[%%import : type loc = Location.t]
(* or *)
type%import loc = Location.t
```

1.9.1
-----

Expand Down

0 comments on commit 5f93803

Please sign in to comment.