Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Folders
.github/ export-ignore
tests/ export-ignore

# Files
.editorconfig export-ignore
.gitignore export-ignore
.gitattributes export-ignore
phpstan.neon.dist export-ignore
phpunit.xml export-ignore
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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
- Exclude non-essential files from distributed package [#110](https://github.com/soundasleep/html2text/pull/110)

## [1.1.0] - 2019-02-15
### Added
Expand Down