Skip to content

Commit 0c586e7

Browse files
committed
[TASK] Update CHANGELOG for #1233 (#1235)
1 parent e06ed2e commit 0c586e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2424

2525
- `getLineNo()` is deprecated in these classes (use `getLineNumber()` instead):
2626
`Comment`, `CSSList`, `SourceException`, `Charset`, `CSSNamespace`, `Import`,
27-
`Rule`, `DeclarationBlock`, `RuleSet`, `CSSFunction`, `Value` (#1225)
28-
- `Rule::getColNo()` is deprecated (use `getColumnNumber()` instead) (#1225)
27+
`Rule`, `DeclarationBlock`, `RuleSet`, `CSSFunction`, `Value` (#1225, #1233)
28+
- `Rule::getColNo()` is deprecated (use `getColumnNumber()` instead)
29+
(#1225, #1233)
2930
- Providing zero as the line number argument to `Rule::setPosition()` is
30-
deprecated (pass `null` instead if there is no line number) (#1225)
31+
deprecated (pass `null` instead if there is no line number) (#1225, #1233)
3132

3233
### Removed
3334

0 commit comments

Comments
 (0)