File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments