summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-12-28 18:21:19 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-12-28 18:21:19 +0100
commit812c47c4970ebebe19827d94fd467b9964028ae6 (patch)
tree2194c88c1c2cac03a63aaef2a6beba304c1fb531 /CHANGELOG.txt
parenta6e69a457226484f2419b792e45428041506e61d (diff)
Use eid instead of uid
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt13
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.