-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b063a4e
commit 39cd311
Showing
3 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
|
||
## Unreleased | ||
|
||
### Features | ||
|
||
* Add simple command-line interface (#43) [Éric Araujo] | ||
|
||
### Fixes | ||
|
||
* Make encode and decode MSB-first (#36) [Keane Nguyen] | ||
|
||
* Make the URL check more robust (fixes #32) [Stavros Korokithakis] | ||
|
||
|
||
## v0.5.0 (2017-02-19) | ||
|
||
### Features | ||
|
||
* Make int_to_string and string_to_int available globally. [Stavros Korokithakis] | ||
|
||
|