diff options
author | fanquake <fanquake@gmail.com> | 2023-01-16 13:51:54 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-01-28 15:27:27 +0000 |
commit | d51f0fa4b7b19281efe65aacf414845c661d0a13 (patch) | |
tree | 8f123862df20575492ae31980db89d0a10baa280 | |
parent | 2b248798d96f794db08b7725730b5fb4e00b9b10 (diff) |
doc: add release notes for 26896
-rw-r--r-- | doc/release-notes-26896.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes-26896.md b/doc/release-notes-26896.md new file mode 100644 index 0000000000..ff4ab44e27 --- /dev/null +++ b/doc/release-notes-26896.md @@ -0,0 +1,7 @@ +Build System +------------ + +The --enable-upnp-default and --enable-natpmp-default options +have been removed. If you want to use port mapping, you can +configure it using a .conf file, or by passing the relevant +options at runtime.
\ No newline at end of file |