Skip to content

Commit

Permalink
Merge #1811
Browse files Browse the repository at this point in the history
1811: update changelog for 1.5 r=brghena a=bradjc

### Pull Request Overview

This pull request updates the changelog file with what I could think of as the major API changes.


### Testing Strategy

This pull request was tested by...


### TODO or Help Wanted

This pull request still needs...


### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make formatall`.


Co-authored-by: Brad Campbell <bradjc5@gmail.com>
  • Loading branch information
bors[bot] and bradjc committed Apr 30, 2020
2 parents 9c52825 + fb59dd1 commit 7057532
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
Since 1.3
=========
New in 1.5
==========

* Major HIL Changes

None

* Loading and Restarting Processes Improvements

Processes can now fault and be restarted by the kernel, and
[#1565](https://github.com/tock/tock/pull/1565) allows a board configuration
file to specify the restart policy that the kernel should use.

Process discovery, parsing, and creation was also overhauled in
[#1480](https://github.com/tock/tock/pull/1480) to remove `unsafe` from the
TBF header parsing code. This allows `process::load_processes()` to return
errors if process loading fails. Boards now need to handle the `Result` return
type.


New in 1.4
==========

* Major HIL Changes

Expand Down Expand Up @@ -30,8 +50,8 @@ Since 1.3
functions are more general and do not assume values are passed on the stack.


Since 1.2
=========
New in 1.2
==========

* Kernel debug module

Expand Down

0 comments on commit 7057532

Please sign in to comment.