Add BareJid and FullJid to the ChangeLog.

This commit is contained in:
Emmanuel Gil Peyrot 2019-06-10 22:55:53 +02:00
parent d7a74b2f28
commit e2b5696beb

View file

@ -1,6 +1,7 @@
Version 0.6.0, released 2019-06-19:
* Updates
- Jid is now an enum, with two variants, Bare(BareJid) and Full(FullJid)
- BareJid and FullJid are two specialised variants of a JID.
Version 0.5.3, released 2019-01-16:
* Updates