Skip to content

Commit 46476fa

Browse files
authored
Update CHANGELOG.md
1 parent b86b140 commit 46476fa

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1-
Changelog
2-
=========
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
6+
project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
(Unreleased)
9+
==================
10+
### Removed
11+
-
12+
### Changed
13+
-
14+
### Added
15+
-
16+
### Fixed
17+
- Allow usage of iterable object in Blob constructor. [#108]
18+
- Run test WPT test against our impl [#109]
19+
- File name are now casted to string [#109]
20+
- Slicing in the middle of multiple parts added more bytes than what what it should have [#109]
321

422
## v3.1.2
523

@@ -80,3 +98,6 @@ Changelog
8098
## v1.0.0
8199

82100
- Major: initial release
101+
102+
[#108]: https://github.com/node-fetch/fetch-blob/pull/108
103+
[#109]: https://github.com/node-fetch/fetch-blob/pull/109

0 commit comments

Comments
 (0)