Skip to content

Commit

Permalink
Add breaking API warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed Nov 22, 2018
1 parent e08f906 commit 4140e09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.6 ????-??-??
- BREAKING CHANGE: Serialization API has changed and uses YAML instead of Storable
- Use a transformation store build on startup time instead of serializing subroutines

0.51 2018-08-24
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

A minimal event sourcing framework.

---

**ATTENTION**: as of version 0.6 there is an API change regarding serialization which breaks existing applications that use serialization as well as their existing event stores.

---

## Example

```perl
Expand Down
2 changes: 2 additions & 0 deletions lib/EventStore/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ sub is_correct_snapshot {
EventStore::Tiny - A minimal event sourcing framework.
B<ATTENTION>: as of version 0.6 there is an API change regarding serialization which breaks existing applications that use serialization as well as their existing event stores.
=begin html
<p>
Expand Down

0 comments on commit 4140e09

Please sign in to comment.