Skip to content

Commit 0aa83dd

Browse files
committed
changelog
1 parent f88e491 commit 0aa83dd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

persistent-test/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased changes
22

3+
# 2.15.0.0
4+
5+
* [#1569](https://github.com/yesodweb/persistent/pull/1569)
6+
* Version bounds for Persistent 2.15.0.0, also synchronize version
7+
number with `persistent`.
8+
39
## 2.13.1.3
410

511
* Support persistent-2.14 with `SafeToInsert` class

persistent/ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for persistent
22

3+
# 2.15.0.0
4+
5+
* [#1569](https://github.com/yesodweb/persistent/pull/1569)
6+
* Add position information to `EntityDef`, `UnboundEntityDef` via a `Span`
7+
field as a preliminary design that just gives the entire span of the
8+
input text (i.e. the entire file or quasiquote the item is defined in).
9+
310
## 2.14.6.3
411

512
* [#1544](https://github.com/yesodweb/persistent/pull/1544)

0 commit comments

Comments
 (0)