Skip to content

Commit

Permalink
Update changelog for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddasilva committed May 24, 2024
1 parent e9eeb28 commit 31ff5b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
Version 1.3.0 - 2024-05-24
============================
* Added support for custom byte orderings in `ccsdspy.PacketField` and `ccsdspy.PacketArray`. You can now pass strings like `byte_order="3412"` in addition to `byte_order="big"` and `byte_order="little"`. (Discussion `#110 <https://github.com/CCSDSPy/ccsdspy/discussions/110>`_)
* Accept CCSDS header fields as converter inputs (`PR #118 <https://github.com/CCSDSPy/ccsdspy/pull/118>`_)

* Implement loading variable length packets from CSV (`Issue #115 <https://github.com/CCSDSPy/ccsdspy/issues/115>`_)
* Add documentation page: :doc:`/user-guide/loadfile`
* Accept CCSDS header fields as converter inputs (`PR #118 <https://github.com/CCSDSPy/ccsdspy/pull/118>`_)
* Add support `pkt.load(fh, reset_file_obj=True)` keyword argument which resets file handle to original position before loading (`Issue #111 <https://github.com/CCSDSPy/ccsdspy/issues/111>`_)

Version 1.2.1 - 2023-11-26
==========================
* Fixed bug/regression introduced in 1.2.0 from signed integer patch (Discussion `#101 <https://github.com/CCSDSPy/ccsdspy/discussions/101>`_)
Expand Down

0 comments on commit 31ff5b1

Please sign in to comment.