Skip to content

Commit e6e38fd

Browse files
committed
Fix broken :upcommit: links to tags
Close #50
1 parent f565883 commit e6e38fd

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

docs/changes.rst

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Version 0.8.0
66

77
To be released.
88

9-
- Follow up the libsass upstream: 3.2.0 --- See the `release note`__
10-
of Libsass.
9+
- Follow up the libsass upstream: 3.2.0 --- See the `release note`__ of Libsass.
1110
[:issue:`61`, :issue:`52`, :issue:`56`, :issue:`58`, :issue:`62`
1211
by Anthony Sottile]
1312

@@ -28,8 +27,8 @@ Released on March 6, 2015.
2827

2928
Anthony Sottile contributed to the most of this release. Huge thanks to him!
3029

31-
- Follow up the libsass upstream: :upcommit:`3.1.0` --- See the `release note`__
32-
of Libsass. [:issue:`38`, :issue:`43` by Anthony Sottile]
30+
- Follow up the libsass upstream: 3.1.0 --- See the `release note`__ of Libsass.
31+
[:issue:`38`, :issue:`43` by Anthony Sottile]
3332

3433
- Custom functions and imports
3534
- Decrementing in ``@for`` loops
@@ -71,8 +70,7 @@ Although 0.6.0--0.6.1 have needed GCC (G++) 4.8+, LLVM Clang 3.3+,
7170
now it became back to only need GCC (G++) 4.3+, LLVM Clang 2.9+,
7271
or Visual Studio 2013+.
7372

74-
- Follow up the libsass upstream: :upcommit:`3.0.2` ---
75-
See the `release note`__ of libsass.
73+
- Follow up the libsass upstream: 3.0.2 --- See the `release note`__ of libsass.
7674
[:issue:`33` by Rodolphe Pelloux-Prayer]
7775
- Fixed a bug that :program:`sassc --watch` crashed when a file is not
7876
compilable on the first try. [:issue:`32` by Alan Justino da Silva]
@@ -86,8 +84,7 @@ Version 0.6.1
8684

8785
Released on November 6, 2014.
8886

89-
- Follow up the libsass upstream: :upcommit:`3.0.1` ---
90-
See the `release note`__ of Libsass.
87+
- Follow up the libsass upstream: 3.0.1 --- See the `release note`__ of Libsass.
9188
- Fixed a bug that :class:`~sassutils.wsgi.SassMiddleware` never closes
9289
the socket on some WSGI servers e.g. ``eventlet.wsgi``.
9390

@@ -104,8 +101,7 @@ to compile. Although 0.6.2 became back to only need GCC (G++) 4.3+,
104101
LLVM Clang 2.9+, from 0.6.0 to 0.6.1 you need GCC (G++) 4.8+, LLVM Clang 3.3+,
105102
or Visual Studio 2013+.
106103

107-
- Follow up the libsass upstream: :upcommit:`3.0` --- See the `release note`__
108-
of Libsass.
104+
- Follow up the libsass upstream: 3.0 --- See the `release note`__ of Libsass.
109105

110106
- Decent extends support
111107
- Basic Sass Maps Support
@@ -150,8 +146,7 @@ Version 0.5.0
150146

151147
Released on June 6, 2014.
152148

153-
- Follow up the libsass upstream: :upcommit:`v2.0` ---
154-
See the `release note`__ of Libsass.
149+
- Follow up the libsass upstream: 2.0 --- See the `release note`__ of Libsass.
155150

156151
- Added indented syntax support (:file:`*.sass` files).
157152
- Added expanded selector support (BEM).
@@ -239,7 +234,7 @@ Released on February 21, 2014.
239234
- Now builder creates target recursive subdirectories even if it doesn't
240235
exist yet, rather than siliently fails.
241236
[:issue:`8`, :issue:`9` by Philipp Volguine]
242-
- Merged recent changes from libsass :upcommit:`v1.0.1`: `57a2f62--v1.0.1`_.
237+
- Merged recent changes from libsass 1.0.1: `57a2f62--v1.0.1`_.
243238

244239
- Supports `variable arguments`_.
245240
- Supports sourcemaps.

0 commit comments

Comments
 (0)