Skip to content

Commit

Permalink
Version 1.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbeek committed Mar 17, 2021
1 parent b16c85d commit 73baf65
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion pack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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').

0 comments on commit 73baf65

Please sign in to comment.