Skip to content

Commit dfe11d1

Browse files
committed
Add entry to unreleased section of change log
1 parent ba1d5cd commit dfe11d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22
- Add support for `extra-files` (see #603)
3+
- Add new section: `foreign-libraries`, for Cabal 2.0's `foreign-library`
4+
stanzas (see #518)
35

46
## Changes in 0.38.0
57
- Generate `build-tool-depends` instead of `build-tools` starting with

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ library:
151151
| `custom-setup` | · | | See [Custom setup](#custom-setup) | | |
152152
| `flags` | `flag <name>` | | Map from flag name to flag (see [Flags](#flags)) | | |
153153
| `library` | · | | See [Library fields](#library-fields) | | |
154-
| `foreign-libraries` | `foreign-library <name>` | | Map from foreign library name to a dict of [Foreign library fields](#foreign-library-fields) and global top-level fields. | | `0.39.0` |
154+
| `foreign-libraries` | `foreign-library <name>` | | Map from foreign library name to a dict of [Foreign library fields](#foreign-library-fields) and global top-level fields. | | UNRELEASED |
155155
| `internal-libraries` | `library <name>` | | Map from internal library name to a dict of [library fields](#library-fields) and global top-level fields. | | `0.21.0` |
156156
| `executables` | `executable <name>` | | Map from executable name to executable (see [Executable fields](#executable-fields)) | | |
157157
| `executable` | `executable <package-name>` | | Shortcut for `executables: { package-name: ... }` | | `0.18.0` |

0 commit comments

Comments
 (0)