-
Notifications
You must be signed in to change notification settings - Fork 13
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
b16c85d
commit 73baf65
Showing
2 changed files
with
39 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# CHANGELOG | ||
|
||
## 1.0.10 (2021-03-17) | ||
|
||
This release fixes one bug in module `http_client2` and changes the | ||
behavior of the CLI argument handling predicates (module `conf`). It | ||
also introduces several small additions in other modules (see below). | ||
|
||
### conf | ||
|
||
- Changed the predicates for handling CLI arguments | ||
(`cli_arguments/[1-3]`). | ||
|
||
### debug_gui | ||
|
||
- Added `gtrace_failure/1`. | ||
|
||
### dict | ||
|
||
- Added `dict_change_keys/3`. | ||
|
||
### http_client2 | ||
|
||
- Fixed retrieving the metadata from HTTP requests. | ||
|
||
### pair_ext | ||
|
||
- Added `change_keys/3`. | ||
- Added `group_values_by_key/2`. | ||
|
||
### stream_ext | ||
|
||
- Support encoding `iso-8859-1` (an alias of `iso_latin_1`). | ||
|
||
### term_ext | ||
|
||
- Define a term `options` for dictionaries with tag 'options' and used | ||
it everywhere options are used. |
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
name(prolog_library_collection). | ||
packager('Wouter Beek', '[email protected]'). | ||
title('Prolog Library Collection'). | ||
version('1.0.9'). | ||
version('1.0.10'). |