**************************************
Added
=====
- Added vlan_pool configuration on kytos.conf to support mef_eline. Now you
can configure available vlans per interface
- Added documentation to describe how to create a Meta Napp
- Added documentation about Unit Tests
Changed
=======
- Updated documentation to install python-openflow, kytos-utils and kytos in
that order
- Updated documentation to use pip3 instead pip
- Link id is now based on endpoints hashes, instead of a random uuid. This
fixes 875
Deprecated
==========
Removed
=======
- Removed circular dependency of kytos-utils
- Removed unnecessary comparison on interfaces if they are on the same switch
Fixed
=====
- Fixed type declaration that broke sphinx-build
- Fixed some linter issues
- Fixed NApps settings reload. Now when you change a NApp settings the reload
it will work
Security
========
- Updated pyyaml and requests requirements versions, in order to fix
vulnerabilities