docs: add unreleased section to changelog

This commit is contained in:
sloane 2024-10-09 21:27:20 -04:00
parent 4695fffd4d
commit b4600cfb4e
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -1,5 +1,14 @@
# Changelog
<!-- https://keepachangelog.com/en/1.1.0/ -->
## Unreleased
### Added
- The `prefix` option can be used to set the prefix on Ecto fields that are not
primary keys or foreign keys. (#39, @lurodrigo)
## 1.0.0
### What's Changed