Skip to content

Commit c26a653

Browse files
committed
add change log for 0.9.0
1 parent 2becb14 commit c26a653

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Welcome to fwdpp's documentation!
3232
.. toctree::
3333
:caption: Technical documentation
3434

35+
rst/changelog
3536
rst/develpersguide
3637

3738

doc/rst/changelog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+

0 commit comments

Comments
 (0)