1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

update changelog for 1.0.0-beta.65 [skip ci]

This commit is contained in:
checktheroads 2021-01-01 02:05:43 -07:00
parent 5e045686a8
commit a12d8afb29

View file

@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.0.0-beta65 - 2021-01-01
### Added
- [#72](https://github.com/checktheroads/hyperglass/issues/72): *EXPERIMENTAL* BGP map support for devices supporting structured output (Juniper Junos, currently).
### Fixed
- Fix an issue causing Juniper Junos BGP output parsing to fail if the XML output contains a banner.
### Changed
- `web.text.title` and `web.text.subtitle` now carry a 32 character limit for simpler styling.
- Various UI layout, styling improvements, and stability improvements.
## 1.0.0-beta63 - 2020-10-18
### Added