zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit 7c0465d649a5d3ff4a44488e0163be36983ec84b
parent d817a76c8846b97dd665889c24c25c9e077af268
Author: figsoda <figsoda@pm.me>
Date: Sun, 7 May 2023 10:00:13 -0400

changelog: fixup headings
1 file changed, 4 insertions(+), 4 deletions(-)
M
CHANGELOG.md
|
8
++++----
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -2,19 +2,19 @@
 
 ## v0.2.1 - 2023-04-19
 
-## Features
+### Features
 
 - `loaders.scoped` to utilize `scopedImport` instead of `import` for loading files
 
 ## v0.2.0 - 2023-04-10
 
-## Breaking Changes
+### Breaking Changes
 
 - Transformers now accept a ccursor as an argument.
   The type signature of `transformer` have changed
   from `{ ... } -> a` to `[ String ] -> { ... } -> a`
 
-## Features
+### Features
 
 - `transformers.hoistAttrs` and `transformers.hoistLists`
   bring a specific attribute name at all levels to the root.

@@ -22,7 +22,7 @@
 
 ## v0.1.1 - 2023-04-07
 
-## Features
+### Features
 
 - load: add transformer option
 - transformers: add liftDefault