Skip to content

Commit 62ae0fe

Browse files
Updating CHANGELOG
1 parent 9f3342f commit 62ae0fe

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [v2.0.0] - 2019-09-06
99

1010
### Added
11-
- `doRequest` function for performing upsert, or just a query or a mutation.
11+
- `doRequest` function for performing upsert, or just a query or a mutation
1212
- Support for ACL features in Dgraph v1.1 - login & jwt refresh
13-
- Updated protobufs to latest version
14-
- Upgraded all typescript dev libraries to latest version
15-
- Removed support for null values where appropriate (because of typescript warning)
13+
- `upsert` and `lang` fields to proto message type SchemaNode
14+
- Option for server-side sequencing
1615

1716
### Changed
18-
- `Txn#mutate` used to returns a `messages.Assigned` type in *v1.X*, but
19-
now returns a `messages.Response` type in *v2.X*.
17+
- Return type of `Txn#mutate` function from `messages.Assigned` to `messages.Response`
18+
- Updated protobufs to the latest version
19+
- Upgraded all typescript dev libraries to the latest version
2020

21-
### Added
22-
- `upsert` and `lang` fields to proto message type SchemaNode
23-
- Option for server-side sequencing
21+
### Removed
22+
- Support for null values where appropriate (because of typescript warning)
2423

2524
## [v1.2.1] - 2018-03-16
2625

0 commit comments

Comments
 (0)