Skip to content

Commit ce2259f

Browse files
committed
CHANGELOG
1 parent 8c60b4f commit ce2259f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Unreleased
22

3+
## Changed
4+
5+
- When setting a custom `:ornament/prefix` on the namespace, the separator `__`
6+
is no longer implied, to get the same result add `__` to the end of your
7+
prefix string.
8+
39
## Added
410

511
- Support docstrings, they come after the tagname, before any styles or tokens

test/lambdaisland/ornament_test.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns ^{:ornament/prefix "ot"}
1+
(ns ^{:ornament/prefix "ot__"}
22
lambdaisland.ornament-test
33
(:require [lambdaisland.ornament :as o]
44
[clojure.test :refer [deftest testing is are use-fixtures run-tests join-fixtures]]

0 commit comments

Comments
 (0)