Skip to content

Commit 253a231

Browse files
committed
Update links in changelog
1 parent 5b806d4 commit 253a231

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# v0.5.2 - 2016-8-24
44

55
- Fix [#42](https://github.com/MadLittleMods/postcss-css-variables/issues/42) where `opts.preserve` was not working inside at-rules
6-
- Thanks you to @muftiev for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/43)
6+
- Thanks you to [@muftiev](github.com/muftiev) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/43)
77

88

99
# v0.5.1 - 2015-10-24
@@ -13,19 +13,19 @@
1313

1414
# v0.5.0 - 2015-9-12
1515

16-
- Upgrade to PostCSS v5. Fix #20
16+
- Upgrade to PostCSS v5. Fix [#20](https://github.com/MadLittleMods/postcss-css-variables/issues/20)
1717

1818
# v0.4.0 - 2015-7-2
1919

20-
- Fix #15
20+
- Fix [#15](https://github.com/MadLittleMods/postcss-css-variables/issues/15)
2121
- Remove slowness from cloning the `root` with `node.clone().removeAll()`. Now using `./lib/shallow-clone-node.js` to avoid cloning children which will get removed right after.
22-
- Thank you to @ddprrt for bringing up the slowness issue in this article, [PostCSS misconceptions](https://medium.com/@ddprrt/postcss-misconceptions-faf5dc5038df).
22+
- Thank you to [@ddprrt](https://github.com/ddprrt) for bringing up the slowness issue in this article, [PostCSS misconceptions](https://medium.com/@ddprrt/postcss-misconceptions-faf5dc5038df).
2323

2424

2525

2626
# v0.3.9 - 2015-6-29
2727

28-
- Remove `opts` global leak. Fix #13
28+
- Remove `opts` global leak. Fix [#13](https://github.com/MadLittleMods/postcss-css-variables/issues/13)
2929

3030

3131
# v0.3.8 - 2015-5-28
@@ -34,12 +34,12 @@
3434

3535
# v0.3.7 - 2015-5-27
3636

37-
- Fix #7: Support for child combinator
37+
- Fix [#7](https://github.com/MadLittleMods/postcss-css-variables/issues/7): Support for child combinator
3838
- Added tests for child-combinator/direct-descendant coverage
3939

4040
# v0.3.6 - 2015-5-21
4141

42-
- Fix #6. Variable usage in comma separated selector to use proper scope
42+
- Fix [#6](https://github.com/MadLittleMods/postcss-css-variables/issues/6). Variable usage in comma separated selector to use proper scope
4343

4444
# v0.3.5 - 2015-5-12
4545

@@ -58,7 +58,7 @@
5858
# v0.3.1 - 2015-5-5
5959

6060
- Large overhaul of code to make it more robust on proper scope resolution.
61-
- Fix #2
61+
- Fix [#2]](https://github.com/MadLittleMods/postcss-css-variables/issues/2)
6262

6363
# v0.2.3 - 2015-5-4
6464

0 commit comments

Comments
 (0)