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 bcb6860 commit bdf0e94Copy full SHA for bdf0e94
ron-storage/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to
6
[Compatible Versioning](https://github.com/staltz/comver).
7
8
## [Unreleased]
9
+### Fixed
10
+- `createVersion` doc: reflect deletion of older versions.
11
12
## [0.11] - 2019-10-08
13
### Added
ron-storage/lib/RON/Storage/Backend.hs
@@ -132,7 +132,7 @@ data Document a
132
}
133
deriving (Show)
134
135
--- | Create new version of an object/document.
+-- | Create new version of an object/document and delete older versions.
136
-- If the document doesn't exist yet, it will be created.
137
createVersion
138
:: forall a m.
0 commit comments