- If two secrets are registered with the same name, the first one wins (its description will be used instead of the later ones). [10](https://github.com/datasette/datasette-secrets/issues/10)
- The secrets display table now shows username or name if available for the "updated by" column. [11](https://github.com/datasette/datasette-secrets/issues/11)
- The `Secret()` class used to register secrets from other plugins now has properties `name`, `description`, `obtain_url` and `obtain_label` - the latter three replace the old `description_html` field. [12](https://github.com/datasette/datasette-secrets/issues/12)