1# Changelog 2 3All notable changes to this project will be documented in this file. 4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6and this project adheres to 7[Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 9Change categories: 10 11- Added 12- Changed 13- Deprecated 14- Removed 15- Fixed 16- Security 17 18## [Unreleased] 19 20### Added 21 221. console-server: Add PTY support for testing purposes 23 24### Changed 25 261. The `xyz.openbmc_project.console` interface is only published if the 27 underlying TTY device is a UART and not a VUART nor PTY (where baud is not 28 applicable) 29 30### Deprecated 31 321. obmc-console: Introduce console-id, deprecate socket-id 33 34 Deprecate the `socket-id` key in the configuration schema. Uses of 35 `socket-id` should be directly replaced with `console-id`. 36