Added new upcoming features to changelog.

This commit is contained in:
Marcus Scholz 2020-03-13 07:21:24 +01:00
parent 693412316e
commit fad837d7bd
1 changed files with 4 additions and 2 deletions

View File

@ -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