From 4fba144f7bf79eb1a9efa645ac33e80be9faebce Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Wed, 24 Jul 2024 10:36:25 -0700 Subject: [PATCH] docs: remove duplicate changelog --- CHANGELOG.md | 87 ---------------------------------------------------- README.md | 4 --- 2 files changed, 91 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6ea4d8516..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,87 +0,0 @@ -# Changelog - -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). - -## Unreleased - -## [1.4.2] - 2023-02-09 - -### Fixed - -* Fixed formatting inconsistencies when calling `SpliceInfoSection.Table()`. - -## [1.4.1] - 2023-02-08 - -### Deprecated - -* `SegmentationUPID.Format` is no longer used and will be removed from a future release. - -## [1.4.0] - 2023-02-08 - -### Added - -* Add support for `SegmentationUPIDTypeSCR` - -* Add `preRollMilliSeconds` XML attribute (informative only; not carried by binary) - -### Changed - -* Simplify rendering of splice_info_section table, correcting some minor inconsistencies. - -## [1.3.2] - 2022-09-03 - -### Changed - -* Omit more optional attributes. - - -## [1.3.1] - 2022-09-02 - -### Changed - -* Omit optional `SegmentationDescriptor` attribute. - -## [1.3.0] - 2022-08-22 - -### Fixed - -* Fixed overflow when building with `GOARCH=386`. - -### Changed - -* Changed encode command to also read from stdin. - -## [1.2.1] - 2021-09-09 - -### Fixed - -* Fixed case where unencrypted signals with `alignment_stuffing` returned `ErrBufferUnderflow`. - -## [1.2.0] - 2021-07-07 - -### Fixed - -* Fixed nil pointer in `SpliceInsert.TimeSpecifiedFlag` - -### Added - -* Added additional methods for computing `_flag` values. - -## [1.1.0] - 2021-07-07 - -### Added - -* Added `SpliceInfoSection.Table(prefix, indent)` to format tabular output. - -* Added methods for computing `_flag` values. - -* Added latest specification and XML schema to /docs - -## [1.0.0] - 2021-07-01 - -### Added - -* Add code from internal repository diff --git a/README.md b/README.md index 32bda70ff..a332d1bc7 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,3 @@ by it. Please read our [contributing guide](CONTRIBUTING.md) for details on how to contribute to our project. - -## Releases - -* [Change Log](CHANGELOG.md)