diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-02-21 22:23:59 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-02-21 22:27:12 +0100 |
commit | 0c7d2f1980bbe16304af21fbd29afe8f832b5173 (patch) | |
tree | 1d1a88031978ef4fed9df7f6e481b4ef10e23dc0 /CHANGELOG.rst | |
parent | 2bc37479180b5b14b0162de04cc69098dd8c8d35 (diff) |
Prepare version 0.5v0.5
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..4c0f4bc --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,16 @@ +*********** + CHANGELOG +*********** + +Unreleased +========== + +0.5 +=== + +Library +------- + +* This version changes the name of entry IDs from the nonsensical ``uid`` to + ``eid`` (Entry ID) everywhere in the code, including the property + ``Entry.uid`` and all method names. |