File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Welcome to fwdpp's documentation!
32
32
.. toctree ::
33
33
:caption: Technical documentation
34
34
35
+ rst/changelog
35
36
rst/develpersguide
36
37
37
38
Original file line number Diff line number Diff line change
1
+ .. _changelog :
2
+
3
+ Change log
4
+ =============================================
5
+
6
+ 0.9.0
7
+ ********************************************
8
+
9
+ This is a pretty big release.
10
+ In fact, it is too big to list all of the changes here.
11
+ They are collected on GitHub under the ``0.9.0 `` milestone.
12
+
13
+ Importantly, this release deprecates several features.
14
+ Where possible, a ``C++14 ``-style ``[[deprecated]] `` marker is used.
15
+
16
+ We plan to start releasing more often, so that individual releases aren't so big.
17
+
18
+ In future releases, we plan to improve the organization of the library headers.
19
+ We will also clean up the test suite to reflect the new layout.
20
+ We will keep the existing headers and use the preprocessor to emit a warning at compile time.
21
+
You can’t perform that action at this time.
0 commit comments