From ed9f765e96dd9fc9ca176447e2e9e34a220a530e Mon Sep 17 00:00:00 2001 From: Winston Olson-Duvall Date: Fri, 14 Oct 2022 13:19:23 -0700 Subject: [PATCH] Update change log --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fbca3..d14723d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.5.0](https://github.com/emit-sds/emit-sds-l1a/compare/v1.4.1...v1.5.0) + +> 14 October 2022 + +- Corrupt frame handling in reassembly [`#9`](https://github.com/emit-sds/emit-sds-l1a/pull/9) +- Merge IOC hotfixes into develop [`#8`](https://github.com/emit-sds/emit-sds-l1a/pull/8) +- Save corrupt frames with '9' as acquisition status. During reassembly only use these frames if data is not compressed. [`8ce2620`](https://github.com/emit-sds/emit-sds-l1a/commit/8ce26200972cb2d3ebca109977b7c37abe9da578) +- Fill in missing gps times in line timestamps file [`e42477c`](https://github.com/emit-sds/emit-sds-l1a/commit/e42477cfb9372bdffb03fea655ba7870907214fb) +- Add util for checking packet order in HOSC data. [`f2e0519`](https://github.com/emit-sds/emit-sds-l1a/commit/f2e0519b8f8dc3e7d19ce2326990b08b9a5eeb53) + #### [v1.4.1](https://github.com/emit-sds/emit-sds-l1a/compare/v1.4.0...v1.4.1) > 26 July 2022 +- Merge develop into main for v1.4.1 [`#7`](https://github.com/emit-sds/emit-sds-l1a/pull/7) +- Update change log [`bfc5933`](https://github.com/emit-sds/emit-sds-l1a/commit/bfc59333caa4f8aefd211211748feca0886081e6) - Update version to 1.4.1 [`69d7df0`](https://github.com/emit-sds/emit-sds-l1a/commit/69d7df0bb6b9695a0ee11dd0b8ff94738f3ef6b3) - Use 7 digit default orbit id [`e073e9e`](https://github.com/emit-sds/emit-sds-l1a/commit/e073e9e3e50428477797de4533e017b2d03cd5a4)