Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jun 19, 2024
1 parent 8c60b4f commit ce2259f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Unreleased

## Changed

- When setting a custom `:ornament/prefix` on the namespace, the separator `__`
is no longer implied, to get the same result add `__` to the end of your
prefix string.

## Added

- Support docstrings, they come after the tagname, before any styles or tokens
Expand Down
2 changes: 1 addition & 1 deletion test/lambdaisland/ornament_test.cljc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns ^{:ornament/prefix "ot"}
(ns ^{:ornament/prefix "ot__"}
lambdaisland.ornament-test
(:require [lambdaisland.ornament :as o]
[clojure.test :refer [deftest testing is are use-fixtures run-tests join-fixtures]]
Expand Down

0 comments on commit ce2259f

Please sign in to comment.