Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Jul 18, 2023
1 parent 19aa73a commit e0b3adb
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,24 @@

Changes will be described here.

## 1.0.3 -> Unreleased
## 1.0.5 -> Unreleased

* Nothing yet!

## 1.0.4 -> 1.0.5

* improved documentation of the cobs decoding by @gutzchi in https://github.com/jamesmunns/postcard/pull/97
* Fix strict provenance use of pointers by @jamesmunns in https://github.com/jamesmunns/postcard/pull/100
* Introduces CRCs by @huntc in https://github.com/jamesmunns/postcard/pull/98
* Format with rustfmt to eliminate trailing whitespaces by @dtolnay in https://github.com/jamesmunns/postcard/pull/104
* Fix documentation of re-exports that have dedicated doc comment by @dtolnay in https://github.com/jamesmunns/postcard/pull/107

## New Contributors

* @gutzchi made their first contribution in https://github.com/jamesmunns/postcard/pull/97

**Full Changelog**: https://github.com/jamesmunns/postcard/compare/v1.0.4...v1.0.5

## 1.0.3 -> 1.0.4

* fix cobs accumulator out-of-bounds index when data is 1 byte too long ([PR#90])
Expand Down

0 comments on commit e0b3adb

Please sign in to comment.