Skip to content

Commit ab63ea2

Browse files
update changelog
1 parent b3947f5 commit ab63ea2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Change Log
2-
All notable changes to the "dtls" package will be documented in this file.
2+
All notable changes to the "stun" package will be documented in this file.
3+
4+
## [2.1.0] - 2019-11-23
5+
6+
- `stun.request` supports promise interface.
37

48
## [2.0.0] - 2019-06-02
59

6-
- Add `request()` method to siplify client-side requests. Follow the `STUN` specification.
10+
- Add `request()` method to simplify client-side requests. Follow the `STUN` specification.
711
- All STUN-related errors inherit `StunError`. See `StunMessageError` and `StunResponseError`.
812
- A big `StunMessage` class was replased by `StunRequest` and `StunResponse`. They are represent outgoing and incoming messages. The main difference is that you cannot change incoming message.
913
- Added simple CLI, use `npx stun` or `npx stun -p 3478`.

0 commit comments

Comments
 (0)