Skip to content

Commit 89b76f9

Browse files
committed
Update NEWS
1 parent 2c5c622 commit 89b76f9

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

NEWS.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,38 @@
1-
ExcelReaders.jl v0.8.1 Release Notes
2-
====================================
1+
# ExcelReaders.jl v0.8.2 Release Notes
2+
* Fix bug in readxlsheet
3+
4+
# ExcelReaders.jl v0.8.1 Release Notes
35
* Drop unnecessary dependencies
46
* Fix import of numerical column headers
57

6-
ExcelReaders.jl v0.8.0 Release Notes
7-
====================================
8+
# ExcelReaders.jl v0.8.0 Release Notes
89
* Drop julia 0.5 support.
910
* Fix julia 0.6 deprecation warnings.
1011

11-
ExcelReaders.jl v0.7.0 Release Notes
12-
====================================
12+
# ExcelReaders.jl v0.7.0 Release Notes
1313
* julia 0.6 compatability.
1414
* Drop julia 0.4 support.
1515
* Autogenerate names for columns without a name in readxlsheet
1616
* Add readxlnames and readxlrange functions
1717

18-
ExcelReaders.jl v0.6.0 Release Notes
19-
===================================
18+
# ExcelReaders.jl v0.6.0 Release Notes
2019
* Throw more meaningful errors for ill-specified Excel ranges
2120
* julia 0.5 compatability
2221

23-
ExcelReaders.jl v0.5.0 Release Notes
24-
====================================
22+
# ExcelReaders.jl v0.5.0 Release Notes
2523
* Add readxlsheet(DataFrame,...) support
2624
* Add inline documentation
2725
* Detect empty cells in header row
2826

29-
ExcelReaders.jl v0.4.1 Release Notes
30-
====================================
27+
# ExcelReaders.jl v0.4.1 Release Notes
3128
* Use pyimport_conda from PyCall to interact with conda
3229

33-
ExcelReaders.jl v0.4.0 Release Notes
34-
====================================
30+
# ExcelReaders.jl v0.4.0 Release Notes
3531
* Drop julia 0.3 support.
3632
* Use conda to install xlrd dependency.
3733

38-
ExcelReaders.jl v0.3.0 Release Notes
39-
=================================
34+
# ExcelReaders.jl v0.3.0 Release Notes
4035
* Compatible with julia 0.4.
4136

42-
ExcelReaders.jl v0.2.0 Release Notes
43-
=================================
37+
# ExcelReaders.jl v0.2.0 Release Notes
4438
* Add ``readxlsheet`` function.

0 commit comments

Comments
 (0)