Skip to content

Commit ba7727e

Browse files
authored
Merge pull request #210 from OpenDataServices/changelog
First go at a change log
2 parents cf78022 + afbfbd3 commit ba7727e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Fixed
10+
11+
- Avoid some openpyxl warnings https://github.com/OpenDataServices/flatten-tool/pull/211
12+
13+
## [0.1.2] - 2018-06-28
14+
15+
(As there are new features, this should have been a minor release. Just noting so we pick this up for future releases.)
16+
17+
(This release was documented after the release and some things may have been missed.)
18+
19+
### Added
20+
21+
- Support user-defined XML root node https://github.com/OpenDataServices/flatten-tool/pull/201
22+
- Require lxml https://github.com/OpenDataServices/flatten-tool/pull/207
23+
24+
### Fixed
25+
26+
- Add missing comma to CSV fixture https://github.com/OpenDataServices/flatten-tool/pull/203
27+
- Do not hardcode iati-activities for top level for all xml https://github.com/OpenDataServices/flatten-tool/issues/150
28+
- Don't split text value of xml array https://github.com/OpenDataServices/flatten-tool/pull/208
29+
30+
## [0.1.1] - 2018-03-28
31+
32+
Initial Release.

0 commit comments

Comments
 (0)