Add note about moved SNMP stack to CHANGELOG

This commit is contained in:
Dirk Ziegelmeier 2015-11-14 22:08:31 +01:00
parent cacbd596c9
commit 29553ba7a1

View File

@ -6,6 +6,10 @@ HISTORY
++ New features:
2015-11-12: Dirk Ziegelmeier
* Decouple SNMP stack from lwIP core and move stack to apps/ directory.
Breaking change: Users have to call snmp_init() now!
2015-11-12: Dirk Ziegelmeier
* Implement possibility to declare private memory pools. This is useful to
decouple some apps from the core (SNMP stack) or make contrib app useage