Update 2.2 release notes

Added avrorouter deflate support to release notes.
This commit is contained in:
Markus Mäkelä
2017-02-27 09:28:50 +02:00
parent 4e223adeff
commit 482977dc5e

View File

@ -32,7 +32,11 @@ The commands can be issued, but have no effect.
## New Features
### Blah
### Avrorouter `deflate` compression
The Avrorouter now supports the `deflate` compression method. This allows the
stored Avro format files to be compressed on disk. For more information, refer
to the [Avrorouter](../Routers/Avrorouter.md) documentation.
## Bug fixes