Skip to content

Commit

Permalink
DOC: Add update notes to CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allemangD authored and jcfr committed Aug 26, 2020
1 parent 20391e9 commit c57606c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Infrastructure:
* Update to Python 3
* Introduce `Annotation` and `AnnotationManager` classes for interfacing with built-in Slicer markups nodes.

Fixes:

* Improve LIMS integration to address the feedback in [#93](https://github.com/BICCN/cell-locator/issues/93#issuecomment-675102826).
* Switch to the `requests` library to properly handle request headers. POST requests use the `json` argument, which sets `Content-Type: application/json`.
* Change failure messages to be more helpful. Now includes the error status code and message.
For example: `Failed to load annotations for LIMS specimen <ID>. Error <STATUS>: '<REASON>'`
* Current LIMS specimen ID is shown in the file path box below "Save to LIMS".

## Cell Locator 0.1.0 2020-07-30

Features:
Expand Down

0 comments on commit c57606c

Please sign in to comment.