Skip to content

Commit c48670f

Browse files
authored
Add NEWS for 0.15 (#204)
1 parent 033043e commit c48670f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

NEWS.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# What's new in `IntervalArithmetic.jl`
22

3+
## v0.15
4+
5+
### Supported versions of Julia
6+
- Julia 0.6 is no longer supported. The package is now fully compatible with Julia 0.7 and 1.0. [#201](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/201)
7+
8+
### Breaking changes
9+
- `showall` has been removed from Julia. We now export the function `showfull` instead. [#203](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/203
10+
11+
- In keeping with the change to base Julia, `atan2` has been replaced by the 2-argument method of `atan`. [#192](https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/192)
12+
13+
### First contributions
14+
Caroline Wormell and Mohamed Tarek made first contributions to the package.
15+
16+
317
## v0.14
418

519
### Breaking changes
@@ -15,7 +29,7 @@ but rather contains an `SVector` of `Interval`s. The internal `SVector` of an `I
1529
- This is slated to be the last minor release supporting Julia 0.6.
1630

1731
### First contributions
18-
- @mforets and @Kolaru made first contributions to the package.
32+
- @mforets and @Kolaru made first contributions to the package.
1933

2034
## v0.13
2135

0 commit comments

Comments
 (0)