Skip to content

Commit

Permalink
Release 1.0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterbeek committed May 3, 2021
1 parent 1cdf65b commit 16cd869
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## 1.0.16 (2021-05-03)

Another small release with the following changes:

### dcg

- Removal of many DCG rules that now can be implemented by using the
more generic `abnf` module.
- Added `error_location/[2,3]` for communicating parsing errors to the
user.

### sort_ext

- Added `order_by2/2` as an alternative to the built-in `order_by/2`
predicate. The difference that this `order_by2/2` is able to handle
the empty list of ordering commands (useful in situations where the
ordered commands are generated algorithmically).

### term_ext

- Added `shared_vars/3` as a convenience predicate for `shared_vars/2`
that calculates the shared variables between exactly two terms.

## 1.0.15 (2021-04-21)

This is a very small release with only the following changes:
Expand Down
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.15').
version('1.0.16').

0 comments on commit 16cd869

Please sign in to comment.