From a6de141440bebcc00b91500b30b653e9f475c6d6 Mon Sep 17 00:00:00 2001 From: Graham Hukill Date: Tue, 21 May 2019 08:25:11 -0400 Subject: [PATCH] updating CHANGELOG --- CHANGELOG.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb56881..227846f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased - - Automatically start Livy session if none present (#398)[https://github.com/WSULib/combine/issues/398] - - ## `v0.9` ### Added + - Automatically start Livy session if none present (#398)[https://github.com/WSULib/combine/issues/398] ### Changed - Update XML2kvp to limit values at 32k characters [#403](https://github.com/WSULib/combine/issues/403) - - Converting tabs to spaces per PEP 8 recs - - Updating [DPLA Ingestion3](https://github.com/dpla/ingestion3) + - Globally converting tabs to spaces per PEP 8 spec + - Updating [DPLA Ingestion3](https://github.com/dpla/ingestion3) build - For Ansible build, setting default Spark application to `local[*]` as opposed to local, standalone cluster [#29](https://github.com/WSULib/combine-playbook/issues/29) @@ -24,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ability to add Organizations, Record Groups, and/or Jobs to Published Subsets [#395](https://github.com/WSULib/combine/issues/395) - Remove temporary payloads of static harvests on Job delete [#394](https://github.com/WSULib/combine/issues/394) - Added `CHANGELOG.md` - ### Changed - Fixed precounts for Published Subsets when included Jobs mutate [#396](https://github.com/WSULib/combine/issues/396)