diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-22 12:31:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-22 12:31:45 +0000 |
commit | 8923a6ffa3da869b5fc56b9b1f698f483e3180a4 (patch) | |
tree | 40fe9f89c0245829960df11183f684b47a324688 /doc | |
parent | 587df17d99d160bd017cc54ee0f77abf02833c92 (diff) | |
download | skalibs-8923a6ffa3da869b5fc56b9b1f698f483e3180a4.tar.xz |
Document changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 25c9376..f56629e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -20,6 +20,9 @@ <ul> <li> Formatting and scanning functions and macros have been refactored. </li> + <li> The configure script now emulates autotools-created configure scripts +more closely. In particular, it's now possible to declare an out-of-path +compiler in <tt>CC</tt>. </li> </ul> <h2> in 2.8.1.0 </h2> |