Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit c935ba7

Browse files
Merge pull request #90 from igchor/1.5_changelog
Add 1.5 changelog
2 parents ba7fdf8 + 0bd8489 commit c935ba7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ChangeLog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,16 @@ Wed Oct 19 2018 Marcin Ślusarz <[email protected]>
22

33
* Version 1.5-rc2
44

5-
TBD
5+
This is the first release of libpmemobj-cpp as a separate project.
6+
7+
It introduces one persistent container - array, which has std::array
8+
like interface. Currently it is considered experimental and lives
9+
in experimental namespace.
10+
11+
We have also cleaned up some function names that, in retrospect, were
12+
chosen poorly. Functions with old names are still there but are
13+
deprecated.
14+
15+
Experimental features:
16+
- volatile resides on pmem class
17+
- persistent array container

0 commit comments

Comments
 (0)