Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2018-10-25 18:49:11 +0300
committerGitHub <noreply@github.com>2018-10-25 18:49:11 +0300
commit760891ceb7957a905ac3af3efa76a5ca46de69c8 (patch)
tree949ffd45dae2ad3674ae91d47960e9769276d06d /CHANGELOG.md
parent26e4a96cfa635ee15ed86b65a516daf8379424ff (diff)
parentce2f570fc5f84680fec65178a5f595a5272e5b85 (diff)
Merge branch 'master' into 21-broken-div-in-404-html
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 517601a..39a72da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,16 @@ 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).
## [Unreleased]
+### Added
+- Users can now add their Medium and LinkedIn accounts as social networks, thanks to [@RicardoBelchior](https://github.com/RicardoBelchior)
+
+### Changed
+- Clearer process for contributing to the project ([#28](https://github.com/AngeloStavrow/indigo/issues/28))
+
### Fixed
- Better instructions for users that prefer a little more YAML in their lives, thanks to [@zwbetz-gh](https://github.com/zwbetz-gh)!
- Fix for broken content div in 404.html ([#21](https://github.com/AngeloStavrow/indigo/issues/21))
+- The `src` URL for the site logo had an extra `/`, and now it doesn't, thanks to [@michimani](https://github.com/michimani)!
## [1.0.3]
### Added