Skip to content

Commit

Permalink
Added enhancement entry in changes.sexp
Browse files Browse the repository at this point in the history
fixes #16

* changes.sexp (Release 0.28): added enhancement entry
  • Loading branch information
scymtym committed Apr 15, 2019
1 parent e107a1c commit f73763c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changes.sexp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@ versions:
"Analysis results for archives are now cached in some cases that
should have worked but did not.")

(:enhancement
"The variable" (:verb "platform-provides") "can now be used to
describe system packages in terms of provided features, thus
interfacing with the automatically analyzed or manually declared
required features of projects."
"For example, the following entry could be used to describe the
Protocol Buffers C++ Library:"
(:verb
"platform-provides:
- name: protocol-buffers-cpp-library
variables:
extra-provides:
- nature: cmake
target: ProtocolBuffers
platform-requires:
ubuntu:
packages:
- libprotobuf-dev")
"A project version requiring" (:verb "cmake:ProtocolBuffers")
"would then automatically gain" (:verb "libprotobuf-dev") "as a
platform requirement.")

(:enhancement
"Printing of error and warning messages has been improved:"
(:ul
Expand Down

0 comments on commit f73763c

Please sign in to comment.