Skip to content

Commit 1818fe7

Browse files
committed
Update changelog
1 parent 6589cb7 commit 1818fe7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

data/changelog/ppxlib/2023-06-20-ppxlib-0.30.0.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ title: Ppxlib 0.30.0
33
date: "2023-06-20"
44
tags: [ppxlib, release]
55
changelog: |
6-
* Adopt the OCaml Code of Conduct on the repo ([Adopt the OCaml Code of Conduct ocaml-ppx/ppxlib#426](https://github.com/ocaml-ppx/ppxlib/pull/426), @pitag-ha)
7-
* Clean up misleading attribute hints when declared for proper context. ([Remove misleading attribute hint ocaml-ppx/ppxlib#425](https://github.com/ocaml-ppx/ppxlib/pull/425), @ceastlund)
8-
* Ast_pattern now has ebool, pbool helper, and a new map.([Ast_pattern: augment API with ebool, pbool helper, and a new map. ocaml-ppx/ppxlib#402](https://github.com/ocaml-ppx/ppxlib/pull/402), @Burnleydev1)
9-
* multiple errors are now reported in `metaquot`. ([Metaquot: Embed errors in the AST instead of raising ocaml-ppx/ppxlib#397](https://github.com/ocaml-ppx/ppxlib/pull/397), @Burnleydev1)
10-
* Add `Attribute.declare_with_attr_loc` ([Add `Attribute.declare_with_attr_loc`. ocaml-ppx/ppxlib#396](https://github.com/ocaml-ppx/ppxlib/pull/396), @dvulakh)
11-
* Add "ns" and "res" as reserved namespaces([Add "ns" and "res" as reserved namespaces ocaml-ppx/ppxlib#388](https://github.com/ocaml-ppx/ppxlib/pull/388), @davesnx)
12-
* Make quoter `let` binding non-recursive ([Make quoter `let` binding non-recursive ocaml-ppx/ppxlib#401](https://github.com/ocaml-ppx/ppxlib/pull/401), @sim642)
6+
* Adopt the OCaml Code of Conduct on the repo ([ocaml-ppx/ppxlib#426](https://github.com/ocaml-ppx/ppxlib/pull/426), @pitag-ha)
7+
* Clean up misleading attribute hints when declared for proper context. ([ocaml-ppx/ppxlib#425](https://github.com/ocaml-ppx/ppxlib/pull/425), @ceastlund)
8+
* Ast_pattern now has ebool, pbool helper, and a new map.([ocaml-ppx/ppxlib#402](https://github.com/ocaml-ppx/ppxlib/pull/402), @Burnleydev1)
9+
* multiple errors are now reported in `metaquot`. ([ocaml-ppx/ppxlib#397](https://github.com/ocaml-ppx/ppxlib/pull/397), @Burnleydev1)
10+
* Add `Attribute.declare_with_attr_loc` ([ocaml-ppx/ppxlib#396](https://github.com/ocaml-ppx/ppxlib/pull/396), @dvulakh)
11+
* Add "ns" and "res" as reserved namespaces([ocaml-ppx/ppxlib#388](https://github.com/ocaml-ppx/ppxlib/pull/388), @davesnx)
12+
* Make quoter `let` binding non-recursive ([ocaml-ppx/ppxlib#401](https://github.com/ocaml-ppx/ppxlib/pull/401), @sim642)
1313
* Fix failure of 'lift_map_with_context' in traverse by compile-time
14-
evaluation of 'fst' and 'snd' ([ Fix failure of 'lift_map_with_context' in traverse by compile-time evaluation of 'fst' and 'snd' ocaml-ppx/ppxlib#390](https://github.com/ocaml-ppx/ppxlib/pull/390), @smuenzel)
14+
evaluation of 'fst' and 'snd' ([ocaml-ppx/ppxlib#390](https://github.com/ocaml-ppx/ppxlib/pull/390), @smuenzel)
1515
* Driver: Bias the mapping from magic to version towards the current version,
1616
as it is usually the common case and it helps when magic numbers are
17-
ambiguous (such as on development versions) ([Bias the mapping from magic to version towards the current version ocaml-ppx/ppxlib#409](https://github.com/ocaml-ppx/ppxlib/pull/409), @shym)
18-
* Remove unnecessary test dependencies towards base and stdio ([Remove unnecessary test dependencies towards base and stdio ocaml-ppx/ppxlib#421](https://github.com/ocaml-ppx/ppxlib/pull/421), @kit-ty-kate)
17+
ambiguous (such as on development versions) ([ocaml-ppx/ppxlib#409](https://github.com/ocaml-ppx/ppxlib/pull/409), @shym)
18+
* Remove unnecessary test dependencies towards base and stdio ([ocaml-ppx/ppxlib#421](https://github.com/ocaml-ppx/ppxlib/pull/421), @kit-ty-kate)
1919
* Update description to reflect that `ppxlib` contains more than a library
2020
([Update the opam description ocaml-ppx/ppxlib#422](https://github.com/ocaml-ppx/ppxlib/pull/422), @pitag-ha)
21-
* Add support for OCaml 5.1, excluding OCaml `5.1.0~alpha1` ([Add support for OCaml 5.1 ocaml-ppx/ppxlib#428](https://github.com/ocaml-ppx/ppxlib/pull/428), @shym, @Octachron , @pitag-ha, @panglesd)
22-
* Driver: Fix `-locations-check` option for coercions with ground ([Add support for OCaml 5.1 ocaml-ppx/ppxlib#428](https://github.com/ocaml-ppx/ppxlib/pull/428), @Octachron)
21+
* Add support for OCaml 5.1, excluding OCaml `5.1.0~alpha1` ([ocaml-ppx/ppxlib#428](https://github.com/ocaml-ppx/ppxlib/pull/428), @shym, @Octachron , @pitag-ha, @panglesd)
22+
* Driver: Fix `-locations-check` option for coercions with ground ([ocaml-ppx/ppxlib#428](https://github.com/ocaml-ppx/ppxlib/pull/428), @Octachron)
2323
---
2424

2525

0 commit comments

Comments
 (0)