Skip to content

Commit 8f772ba

Browse files
authored
Use github usernames in CHANGES.md (#1439)
1 parent b9a11fa commit 8f772ba

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

CHANGES.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,52 @@
22

33
#### Changes
44

5-
+ Do not break inline elements such as `{i blah}` in docstrings (#1346) (Josh Berdine)
5+
+ Do not break inline elements such as `{i blah}` in docstrings (#1346, @jberdine)
66

7-
+ Distinguish hash-getter from hash-comparison infix operators. Operators of the form `#**#` or `#**.` where `**` can be 0 or more operator chars are considered getter operators and are not surrounded by spaces, as opposed to regular infix operators (#1376) (Guillaume Petiot)
7+
+ Distinguish hash-getter from hash-comparison infix operators. Operators of the form `#**#` or `#**.` where `**` can be 0 or more operator chars are considered getter operators and are not surrounded by spaces, as opposed to regular infix operators (#1376, @gpetiot)
88

9-
+ Type constraint on return type of functions is now always printed before the function body (#1381, #1397) (Guillaume Petiot)
9+
+ Type constraint on return type of functions is now always printed before the function body (#1381, #1397, @gpetiot)
1010

1111
#### Bug fixes
1212

13-
+ Restore previous functionality for pre-post extension points (#1342) (Josh Berdine)
13+
+ Restore previous functionality for pre-post extension points (#1342, @jberdine)
1414

15-
+ Fix extra break before `function` body of a `fun` (#1343) (Josh Berdine)
15+
+ Fix extra break before `function` body of a `fun` (#1343, @jberdine)
1616

17-
+ Do not clear the emacs `*compilation*` buffer on successful reformat (#1350) (Josh Berdine)
17+
+ Do not clear the emacs `*compilation*` buffer on successful reformat (#1350, @jberdine)
1818

19-
+ Fix disabling with attributes on OCaml < 4.08 (#1322) (Etienne Millon)
19+
+ Fix disabling with attributes on OCaml < 4.08 (#1322, @emillon)
2020

21-
+ Preserve unwrapped comments by not adding artificial breaks when `wrap-comments=false` and `ocp-indent-compat=true` are set to avoid interfering with ocp-indent indentation. (#1352) (Guillaume Petiot)
21+
+ Preserve unwrapped comments by not adding artificial breaks when `wrap-comments=false` and `ocp-indent-compat=true` are set to avoid interfering with ocp-indent indentation. (#1352, @gpetiot)
2222

23-
+ Break long literal strings at the margin (#1367) (Guillaume Petiot)
23+
+ Break long literal strings at the margin (#1367, @gpetiot)
2424

25-
+ Break after a multiline argument in an argument list (#1360) (Guillaume Petiot)
25+
+ Break after a multiline argument in an argument list (#1360, @gpetiot)
2626

27-
+ Remove unnecessary parens around object (#1379) (Guillaume Petiot)
27+
+ Remove unnecessary parens around object (#1379, @gpetiot)
2828

29-
+ Fix placement of comments on constants (#1383) (Guillaume Petiot)
29+
+ Fix placement of comments on constants (#1383, @gpetiot)
3030

31-
+ Do not escape arguments of some Odoc tags (#1391, 1408) (Guillaume Petiot, Jules Aguillon)
31+
+ Do not escape arguments of some Odoc tags (#1391, 1408, @gpetiot, @Julow)
3232
The characters `[]{}` must not be escaped in the arguments of `@raise`, `@author`, `@version` and others.
3333

34-
+ Fix missing open line between multi-line let-binding with poly-typexpr (#1372) (Josh Berdine)
34+
+ Fix missing open line between multi-line let-binding with poly-typexpr (#1372, @jberdine)
3535

36-
+ Remove trailing space after expression when followed by an attribute and break before attributes attached to multi-line phrases (#1382) (Guillaume Petiot)
36+
+ Remove trailing space after expression when followed by an attribute and break before attributes attached to multi-line phrases (#1382, @gpetiot)
3737

38-
+ Do not add a space to minimal comments `(* *)`, `(** *)` and `(*$ *)` (#1407) (Guillaume Petiot)
38+
+ Do not add a space to minimal comments `(* *)`, `(** *)` and `(*$ *)` (#1407, @gpetiot)
3939

40-
+ Fix attributes position in labelled arguments type (#1434) (Guillaume Petiot)
40+
+ Fix attributes position in labelled arguments type (#1434, @gpetiot)
4141

42-
+ Add missing parens around type annotation in anonymous function (#1433) (Guillaume Petiot)
42+
+ Add missing parens around type annotation in anonymous function (#1433, @gpetiot)
4343

44-
+ Fix alignment of 'then' keyword in parenthesised expression (#1421) (Guillaume Petiot)
44+
+ Fix alignment of 'then' keyword in parenthesised expression (#1421, @gpetiot)
4545

4646
#### New features
4747

48-
+ Support quoted extensions (added in ocaml 4.11) (#1405) (Guillaume Petiot)
48+
+ Support quoted extensions (added in ocaml 4.11) (#1405, @gpetiot)
4949

50-
+ Recognise eliom file extensions (#1430) (Jan Rochel)
50+
+ Recognise eliom file extensions (#1430, @jrochel)
5151

5252
### 0.14.3 (2020-07-22)
5353

0 commit comments

Comments
 (0)