Skip to content

Commit

Permalink
Fix MD007 for markdownlint in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Sep 15, 2021
1 parent eaee5ad commit 662144d
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,153 +4,153 @@

### Added

- Lint project by Mega-Linter
- Lint project by Mega-Linter

### Changed

- Replace Cask with Eldev
- Replace Cask with Eldev

### Removed

- Drop test cases for non-latest images of each major version
- Drop Linuxbrew use in CI
- Drop test cases for non-latest images of each major version
- Drop Linuxbrew use in CI

## [0.5.1] - 2019-10-06 ##

### Added ###

- Add badges
- Add badges

## [0.5.0] - 2019-09-21 ##

### Changed ###

- Replace test helpers with environment variable
- Migrate from Travis to Drone
- Test for Emacs 26
- Replace test helpers with environment variable
- Migrate from Travis to Drone
- Test for Emacs 26

## [0.4.0] - 2018-12-25 ##

### Added ###

- `mb-url-http-curl-switches`
- `mb-url-http-httpie-switches`
- Add badges
- `mb-url-http-curl-switches`
- `mb-url-http-httpie-switches`
- Add badges

### Changed ###

- Use ert-runner to test
- Fallback to `url-http` only if `mb-url-http-backend` is nil
- Add more test cases
- Rename variables to follow Emacs conventions
- Use ert-runner to test
- Fallback to `url-http` only if `mb-url-http-backend` is nil
- Add more test cases
- Rename variables to follow Emacs conventions

### Deprecated ###

- Not recommended since Emacs 26
- Not recommended since Emacs 26

## [0.3.1] - 2018-10-11 ##

### Changed ###

- Support set empty headers
- Support unset headers
- Support set empty headers
- Support unset headers

## [0.3.0] - 2018-09-27 ##

### Changed ###

- Completely rewrite for url-http backends
- New test code
- Completely rewrite for url-http backends
- New test code

## [0.2.1] - 2018-09-07 ##

### Changed ###

- Make ERT easy to debug
- Make ERT easy to debug

## [0.2.0] - 2018-09-01 ##

### Fixed ###

- Do not post data for curl even if the data is an empty string
- Do not post data for curl even if the data is an empty string

## [0.1.0] - 2016-12-25 ##

### Added ###

- Test for Emacs 25.1
- Test for Emacs 25.1

### Changed ###

- Naming convention
- Rewrite test code
- Naming convention
- Rewrite test code

### Fixed ###

- Fix for Emacs 25
- Fix for Emacs 25

## [0.0.9] - 2016-07-24 ##

### Added ###

- Add code of conduct
- Add code of conduct

## [0.0.8] - 2016-07-01 ##

### Added ###

- Test on travis-ci
- Test on travis-ci

## [0.0.7] - 2016-06-02 ##

### Added ###

- Add bumplus config
- Add bumplus config

## [0.0.6] - 2016-05-08 ##

### Fixed ###

- Fix version number.
- Fix version number.

## [0.0.5] - 2016-04-14 ##

### Changed ###

- Fix typo in the change log.
- Fix typo in the change log.

## [0.0.4] - 2016-04-14 ##

### Changed ###

- Fix typo in the change log.
- Fix typo in the change log.

### Added ###

- Add links to MELPA & el-get.
- Add links to MELPA & el-get.

## [0.0.3] - 2015-12-10 ##

### Changed ###

- Improve the change log format.
- Improve the change log format.

### Added ###

- Add tag comparison links in the change log.
- Add install instruction
- Add tag comparison links in the change log.
- Add install instruction

## [0.0.2] - 2015-12-06 ##

### Fixed ###

- Fix typo
- Fix typo

## [0.0.1] - 2015-12-03 ##

### Added ###

- Initial release
- Initial release

[Unreleased]: https://github.com/dochang/mb-url/compare/0.5.1...HEAD
[0.5.1]: https://github.com/dochang/mb-url/compare/0.5.0...0.5.1
Expand Down

0 comments on commit 662144d

Please sign in to comment.