From fad837d7bdf842ccf1152bfa1b105972358b7853 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 13 Mar 2020 07:21:24 +0100 Subject: [PATCH] Added new upcoming features to changelog. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf64b5..3e92bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog +## 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/), @@ -11,7 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added optional parameter to override timezone to local timezone, defaults to utc - Refactored variable name_scheme. - Switch to oop style programming. Made code easier to read. -- Put CSV processing and Exif reading / writing into a class. +- Moved CSV processing and Exif reading / writing into a class. +- Moved photo copying into Photo class +- Created Exif class. Can now also create GPS tags. ## [0.2] - 2020-02-05 ### Added