-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and adopt version numbering
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# Revision history for reflex-platform | ||
|
||
## 2a34ca864a5b51bf0f9f6cf94faf8996db7d6a5c - 2019-04-02 | ||
This project's release branch is `master`. This log is written from the perspective of the release branch: when changes hit `master`, they are considered released, and the date should reflect that release. | ||
|
||
## v0.1.0.0 - 2019-04-03 | ||
|
||
* Move git "thunks" to `dep/` dirs within each overlay, rather than one big | ||
`dep/` directory at the top level. This does make checking out thunks a bit | ||
more involved, but has the benefit of untangling reflex-platform a bit and | ||
making it more modular. | ||
|
||
* Many of the overlays have a `_dep` attribute with all the source derivations | ||
introduced by the overlay. This is just so `release.nix` can build all the | ||
sources, ensuring that these build-time dependencies also make it to the | ||
cache. This attribute is *not* intended to be overridden by consumers of | ||
reflex-platform. In particular it's possible the way we now push to the cache | ||
doesn't need this, and it will be removed entirely. | ||
|
||
## daabd633155da624198ed3302551bb2e834d2ac0 - 2019-03-29 | ||
|
||
* Remove support for GHCs older than 8.4. |