Commit 7ca80c6f5fd2b8500769acd772527835ec2c279b

Martin Mitas 2019-02-13T11:26:19

CHANGELOG.md: Add note about building as shared lib.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c7ad05..27e3c9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,13 @@ New features:
 
    (It has to be explicitly enabled with `MD_FLAG_TASKLISTS`.)
 
+ * Added support for building as a shared library. On non-Windows platforms,
+   this is now default behavior; on Windows static library is still the default.
+   The CMake option `BUILD_SHARED_LIBS` can be used to request one or the other
+   explicitly.
+
+   Contributed by Lisandro Damián Nicanor Pérez Meyer.
+
  * Renamed structure `MD_RENDERER` to `MD_PARSER` and refactorize its contents
    a little bit. Note this is source-level incompatible and initialization code
    in apps may need to be updated.