Skip to content

Commit 4449fb8

Browse files
committed
Add missing change note
1 parent f6cc603 commit 4449fb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
In next release ...
22

3-
-
4-
53
## v2.0.3 (2024-06-15)
64

75
- Fix issue where larger results would sometimes have duplicates (#122).
86

97
- Fixed an issue where the result row array type would use the record generic
108
as the value type instead of `any` which was incorrect.
119

10+
- The `DatabaseError`, `ErrorLevel`, and `TransactionStatus` symbols
11+
are no longer exported using `type` (which was incorrect given that you want
12+
to be able to use `instanceof` and extract information).
13+
1214
## v2.0.2 (2024-04-12)
1315

1416
- Fix SSL configuration issue where the `ssl` configuration option was not

0 commit comments

Comments
 (0)