Skip to content

Commit 484c26d

Browse files
committed
Mention in CHANGELOG
1 parent 5a3f5ee commit 484c26d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

juniper/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
3535
- `ast::Type`:
3636
- Removed lifetime parameters.
3737
- Made it generic over string type.
38+
- Remade as a struct with methods: ([#1322])
39+
- Added `modifier()` and `modifiers()` methods returning `TypeModifier`.
40+
- Added `is_list()` method.
41+
- Added `wrap_list()` and `wrap_non_null() methods.
42+
- Added `nullable()` constructor.
43+
- Added `BorrowedType` representation.
3844
- `MetaType`:
3945
- Removed lifetime parameters.
4046
- Made `name()`, `description()` and `specified_by_url()` methods returning `ArcStr`.
@@ -102,6 +108,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
102108
[#1293]: /../../pull/1293
103109
[#1311]: /../../pull/1311
104110
[#1318]: /../../pull/1318
111+
[#1322]: /../../pull/1322
105112
[#1323]: /../../pull/1323
106113
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
107114
[20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3

0 commit comments

Comments
 (0)