We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db7d8f commit 93eb44fCopy full SHA for 93eb44f
.version.cmake
@@ -1 +1 @@
1
-set(VERSION 0.2.1.0)
+set(VERSION 0.2.2.0)
README.md
@@ -6,8 +6,13 @@
6
7
`undo-cxx` C++17 library provides a undo/redo subsystem (linear or restricted non-linear).
8
9
+## Newest
10
+
11
**WIP**
12
13
+- *0.2.2*, fixes arround the project files
14
+- 0.2.1, first implementation of Undoable/Redoable
15
16
## Features
17
18
- Highly configurable/customizable
0 commit comments