diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-10-03 19:20:54 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-10-03 19:20:54 -0700 |
commit | b3bba513a843029459823ce9a74cce9947bba339 (patch) | |
tree | 098d130bfc1bd47030a6d10222291b3d114c7a8d | |
parent | 7e945babae47a725a80b4a9cff0c58dce534c101 (diff) | |
download | fatcat-b3bba513a843029459823ce9a74cce9947bba339.tar.gz fatcat-b3bba513a843029459823ce9a74cce9947bba339.zip |
CHANGELOG entry for previous commit
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e9962f..1a669e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ See also: - Switch from swagger-codegen to openapi-generator for python client generation +## Added + +- webface endpoints for entity view URLs with an underscore instead of slash, + as a redirect. Eg, `https://fatcat.wiki/release_asdf` => + `https://fatcat.wiki/release/asdf`. A hack to make copy/paste easier. + ## [0.3.1] - 2019-09-18 Many small web interface improvements, bug fixes, and importer additions are |