From a12d8afb29175587f5817cc9c35c83bc1f16086c Mon Sep 17 00:00:00 2001 From: checktheroads Date: Fri, 1 Jan 2021 02:05:43 -0700 Subject: [PATCH] update changelog for 1.0.0-beta.65 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fabb0f3..47f7171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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