diff --git a/changelog.md b/changelog.md index b3ca1b2..13c486b 100644 --- a/changelog.md +++ b/changelog.md @@ -7,10 +7,9 @@ ### Implemented enhancements -- New git plugin to commit changes to the repository ([#193](https://github.com/pubs/pubs/pull/193) by [Amlesh Sivanantham](http://github.com/zamlz)) - -- Add `citekey` filter to `query` ([#191(https://github.com/pubs/pubs/pull/191) by [Shane Stone](https://github.com/shanewstone)) - +- New git plugin to commit changes to the repository ([#191](https://github.com/pubs/pubs/pull/191) by [Amlesh Sivanantham](http://github.com/zamlz)) +- The import command now warn, rather than fail on existing citekeys. ([#198](https://github.com/pubs/pubs/pull/198) by [Kyle Sunden](https://github.com/ksunden)) +- Add `citekey` filter to `query` ([#193](https://github.com/pubs/pubs/pull/193) by [Shane Stone](https://github.com/shanewstone)) - The `--config` and `--force-colors` command line options now appear when invoking `pubs --help` ### Fixed bugs diff --git a/readme.md b/readme.md index bb6a852..6cf6085 100644 --- a/readme.md +++ b/readme.md @@ -130,6 +130,8 @@ You can access the self-documented configuration by using `pubs conf`, and all t ## Authors +### Creators + - [Fabien Benureau](http://fabien.benureau.com) - [Olivier Mangin](http://olivier.mangin.com) @@ -141,6 +143,6 @@ You can access the self-documented configuration by using `pubs conf`, and all t - [Tyler Earnest](https://github.com/tmearnest) - [Dennis Wilson](https://github.com/d9w) - [Bill Flynn](https://github.com/wflynny) -- [ksunden](https://github.com/ksunden) +- [Kyle Sunden](https://github.com/ksunden) - [Shane Stone](https://github.com/shanewstone) - [Amlesh Sivanantham](http://github.com/zamlz) \ No newline at end of file