Skip to content

Commit bdf0e94

Browse files
committed
ron-storage: Fix createVersiondoc: reflect deletion of older versions
1 parent bcb6860 commit bdf0e94

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ron-storage/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to
66
[Compatible Versioning](https://github.com/staltz/comver).
77

88
## [Unreleased]
9+
### Fixed
10+
- `createVersion` doc: reflect deletion of older versions.
911

1012
## [0.11] - 2019-10-08
1113
### Added

ron-storage/lib/RON/Storage/Backend.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ data Document a
132132
}
133133
deriving (Show)
134134

135-
-- | Create new version of an object/document.
135+
-- | Create new version of an object/document and delete older versions.
136136
-- If the document doesn't exist yet, it will be created.
137137
createVersion
138138
:: forall a m.

0 commit comments

Comments
 (0)