diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-12-28 18:21:19 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-12-28 18:21:19 +0100 |
commit | 812c47c4970ebebe19827d94fd467b9964028ae6 (patch) | |
tree | 2194c88c1c2cac03a63aaef2a6beba304c1fb531 /CHANGELOG.txt | |
parent | a6e69a457226484f2419b792e45428041506e61d (diff) |
Use eid instead of uid
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..58df9e3 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,13 @@ +*********** + CHANGELOG +*********** + +Unreleased +========== + +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. |