Skip to content

Commit 6a0524c

Browse files
committed
First go at a change log
1 parent a2e8cfa commit 6a0524c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
## [0.1.2] - 2018-06-28
10+
11+
(As there are new features, this should have been a minor release. Just noting so we pick this up for future releases.)
12+
13+
(This release was documented after the release and some things may have been missed.)
14+
15+
### Added
16+
17+
- Support user-defined XML root node https://github.com/OpenDataServices/flatten-tool/pull/201
18+
- Require lxml https://github.com/OpenDataServices/flatten-tool/pull/207
19+
20+
### Fixed
21+
22+
- Add missing comma to CSV fixture https://github.com/OpenDataServices/flatten-tool/pull/203
23+
- Do not hardcode iati-activities for top level for all xml https://github.com/OpenDataServices/flatten-tool/issues/150
24+
- Don't split text value of xml array https://github.com/OpenDataServices/flatten-tool/pull/208
25+
26+
## [0.1.1] - 2018-03-28
27+
28+
Initial Release.

0 commit comments

Comments
 (0)