Skip to content

Commit 75d1efa

Browse files
committed
Updated CHANGELOG.md: added release notes and compare links for release 2022-02-06
1 parent 5d2c88d commit 75d1efa

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6565
- TBD
6666

6767

68+
## [2022-02-06]
69+
70+
### Changed
71+
- Created LICENSE file and removed corresponding text from the README.md - implements #67
72+
- Use DokuWiki's user name & email address as commit author - implements #63, #66
73+
- Updated default setting for `$conf['addParams']` to apply DokuWiki user name as commit author and DokuWiki user eMail as eMail.
74+
- If DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well.
75+
- Updated README.md:
76+
- Added a link to the referred COPYING license file originally hosted on the DokuWiki master branch to simplify a probable lookup.
77+
- Issues linked on startpage, motivate people to contribute
78+
79+
### Fixed
80+
- Allow empty commits - fixes #39
81+
82+
6883
## [2022-01-20]
6984

7085
### Fixed
@@ -130,7 +145,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
130145
- This is just a dummy placeholder to make the parser of GHCICD/release-notes-from-changelog@v1 happy!
131146
-->
132147

133-
[Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..HEAD
148+
[Unreleased]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-02-06..HEAD
149+
[2022-02-06]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2022-01-20..v2022-02-06
134150
[2022-01-20]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2021-03-19..v2022-01-20
135151
[2021-03-19]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2016-08-14..v2021-03-19
136152
[2016-08-14]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/compare/v2015-10-03..v2016-08-14

0 commit comments

Comments
 (0)