Skip to content

Commit 644300b

Browse files
author
Quintin Willison
committed
Update change log.
1 parent e0fa8cd commit 644300b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [v1.2.2](https://github.com/ably/ably-java/tree/v1.2.2) (2020-09-17)
4+
5+
[Full Changelog](https://github.com/ably/ably-java/compare/v1.2.1...v1.2.2)
6+
7+
**Fixed bugs:**
8+
9+
- Restoral of ActivationStateMachine events fails because not all event types have a no-argument constructor [\#598](https://github.com/ably/ably-java/issues/598) fixed by:
10+
- Discard persisted events with non-nullary constructors [\#599](https://github.com/ably/ably-java/pull/599) ([tcard](https://github.com/tcard))
11+
- Fatal Exception on API level below 19 [\#596](https://github.com/ably/ably-java/issues/596) fixed by:
12+
- Replace use of StandardCharsets [\#601](https://github.com/ably/ably-java/pull/601) ([QuintinWillison](https://github.com/QuintinWillison))
13+
14+
**Other merged pull requests:**
15+
16+
- Rename master to main [\#592](https://github.com/ably/ably-java/pull/592) ([QuintinWillison](https://github.com/QuintinWillison))
17+
- Bump protocol version to 1.2 [\#591](https://github.com/ably/ably-java/pull/591) ([QuintinWillison](https://github.com/QuintinWillison))
18+
319
## [v1.2.1](https://github.com/ably/ably-java/tree/v1.2.1) (2020-06-15)
420

521
[Full Changelog](https://github.com/ably/ably-java/compare/v1.2.0...v1.2.1)

0 commit comments

Comments
 (0)