Skip to content

Minor bugfix release

Compare
Choose a tag to compare
@yruslan yruslan released this 04 Mar 12:25
· 362 commits to master since this release
92bc156
  • #474 Fix numeric decoder of unsigned DISPLAY format. The decoder made more strict and does not allow sign
    overpunching for unsigned numbers.
  • #477 Fixed NotSerializableException when using non-default logger implementations
    (Thanks @joaquin021).