summaryrefslogtreecommitdiff
path: root/CHANGES
blob: 080860cd40385e50a300d8e0346785851206e41f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
not-ocamlfind 0.10
---------------------

* [30 Mar 2023] in "preprocess", ignore "-for-pack", "-linkall" arguments so we can just replace "ocamlc" with "preprocess"

not-ocamlfind 0.08
---------------------

* [04 Aug 2021] add better support for syntax predicates.  

  formerly, a syntax predicate gets added to "syntax_preds".

  with this patch, "syntax_" prepended to that predicate also gets
  added to "predicates".

not-ocamlfind 0.07.02
---------------------

* [26 Oct 2020] remove dependencies on sexp (too many deps) since they were for debug only

not-ocamlfind 0.07.01
---------------------

* [13 Oct 2020] added a changelog

  minor fix for ocamlgraph 2.0.0 compatibility.  Since ocamlgraph
  1.8.8->2.0.0 is a breaking change, this version of not-ocamlfind
  will only work with the newer version of ocamlgraph.