Skip to content

Commit

Permalink
Note removal of active_episode_id in the Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Oct 4, 2018
1 parent d109b88 commit 1a2fba8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog.md
@@ -1,5 +1,12 @@
### 0.13.0 (Major Release)

#### Removes Patient.to_dict().active_episode_id

We no longer includ a value for "active_episode_id" as part of the Patient to_dict serialisation.

This is effectively meaningless since we moved to an episode model that allows for multiple
concurrent episodes.

#### Removes the deprecated Model._title property

Use of `Model._title` to set a display name of a subrecord has issued a warning for several
Expand Down

0 comments on commit 1a2fba8

Please sign in to comment.