Skip to content

Commit d379a75

Browse files
committed
Update changelog.
1 parent 7fd230f commit d379a75

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# 2.1.1 - 2017-10-12
2+
3+
- Fixed: Incorrect reduction of nested expression (e.g. `calc( (1em - calc( 10px + 1em)) / 2)`) ([#39](https://github.com/MoOx/reduce-css-calc/pull/39) - @gyoshev)
4+
15
# 2.1.0 - 2017-10-10
26

3-
- Added: Support for working in browsers without transpiling (#33)
4-
- Fixed: `calc(100vw - (100vw - 100%))` does not evaluate to `100%` (#28)
7+
- Added: Support for working in browsers without transpiling ([#36](https://github.com/MoOx/reduce-css-calc/pull/36) - @Semigradsky)
8+
- Fixed: `calc(100vw - (100vw - 100%))` does not evaluate to `100%` ([#35](https://github.com/MoOx/reduce-css-calc/pull/35) - @Semigradsky)
59

610
# 2.0.5 - 2017-05-12
711

0 commit comments

Comments
 (0)