1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

updated changelog

This commit is contained in:
Matthias Hannig
2018-09-10 09:55:00 +02:00
parent 491a5f4996
commit 5db2e95dd0

@ -1,6 +1,28 @@
# Changelog
## 2.3.0 (2018-09-10)
### New Features:
* Sortable columns in neighbors table
* Show prefix 'flags': Best Route and Blackhole
* BGP-Communities are now human readable
* Added links to related peers in routes view
* Added quick links to routes received, filtered and not-exported
* Added quick links to bgp sessions established and down
* Routes not exported can now be configured to be loaded on demand
* Routes can now be configured to be paginated
* Added support for birdwatcher neighbor summary capabilities
* Information about the cache-state was added
* Skin / Theme support
### Fixes:
* Performance improvements by eliminating copy operations
* Time information in the API is now normalized to UTC
* We improved the error handling a bit
## 2.2.6 (2018-01-31)