summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7087ec0..76f9946 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
+## [0.0.3] - Unreleased
+
+### Added
+
+- New `random npc` command can check for which magic items the NPC has based on
+ their `--class` and `--level`. (This uses my preferred method, the Appendix C
+ city encounters table.)
+- NPCs now have a level. (Multiclass and dualclass support is be a future
+ feature.)
+
+### Changed
+
+- Alignments now always output as abbreviations.
+
## [0.0.2] - 2023-10-16
### Added