Skip to content

Commit aa1d2e4

Browse files
committed
Minor adjustments to change log and README.
1 parent 9e2bc15 commit aa1d2e4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changes
22

3-
## v0.4.0
3+
## v0.4.0 - 2018-08-20
44

55
- Switched to internal regexp parser.
66
- Added syntax extension for `tyre` (Gabriel Radanne).
77
- Fixed type of captures under alternatives for `%pcre`.
8-
- Improved error reporting with locations.
8+
- Better error reporting, including locations.
99
- The PPX now declares its runtime libraries.
1010

1111
## v0.3.2 - 2018-03-01

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
This repo provides two PPXes providing regular expression-based routing:
66

77
- `ppx_regexp` maps to [re][] with the conventional last-match extraction
8-
into `string` and `string option`. It works directly on strings.
8+
into `string` and `string option`.
99
- `ppx_tyre` maps to [Tyre][tyre] providing typed extraction into options,
10-
lists, tuples, objects, and polymorphic variants. It defines `Tyre.t` and
11-
`Tyre.route` values.
10+
lists, tuples, objects, and polymorphic variants.
1211

1312
Another difference is that `ppx_regexp` works directly on strings
1413
essentially hiding the library calls, while `ppx_tyre` provides `Tyre.t` and

0 commit comments

Comments
 (0)