Minor bugfix release
- #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).