Skip to content

Commit 5a80cf9

Browse files
committed
Updated changelog
1 parent 8a9e501 commit 5a80cf9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Nylas Java SDK Changelog
22

3+
### Unreleased
4+
* Fixed ListEventQueryParams to use a more specific type for orderBy parameter and correct JSON name.
5+
36
### [2.8.0] - Release 2025-04-30
47
* Added support for Notetaker APIs
58
* Added support for Notetaker via the calendar and event APIs

examples/src/main/java/com/nylas/examples/EventsExample.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.nylas.models.Response;
1010
import com.nylas.models.ListResponse;
1111
import com.nylas.models.EventQueryOrderBy;
12-
import com.nylas.models.EventQueryOrderBy;
1312
import okhttp3.OkHttpClient;
1413

1514
import java.io.File;

0 commit comments

Comments
 (0)