Skip to content

Commit 6bf1857

Browse files
committed
CHANGELOG entry for v0.2.0
1 parent 48e35a2 commit 6bf1857

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Notable changes are documented in this file. The format is based on [Keep a Chan
44

55
## [Unreleased]
66

7+
Breaking changes:
8+
9+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [0.2.0] - 2023-05-16
16+
717
Breaking changes:
818
- _For pseudo-elements only_, the `&:` operator has been replaced by `&::`. Pseudo-classes continue to work with the `&:` operator. nsaunders/purescript-tecton#33
919
- The `keyframesName` function has been dropped. Just use the `KeyframesName` constructor instead. (nsaunders/purescript-tecton#34)
@@ -22,8 +32,6 @@ New features:
2232
Bugfixes:
2333
- Fixed the content of the compiler error that results from duplicate properties or descriptors within a single ruleset. Previously all values were incorrectly reported as having the type `CommonKeyword`. nsaunders/purescript-tecton#39
2434

25-
Other improvements:
26-
2735
## [0.1.6] - 2022-12-12
2836

2937
New features:

0 commit comments

Comments
 (0)