Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Aug 21, 2018
1 parent a2a0b3a commit cdbb3fb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 0.1.2

#### Major changes

- Change structure of the logging directory and functionality of loggers.

Logs are now split into `stdout.log` and `stderr.log` files, which reside under a newly created subdirectory (with each server start) in the `log` directory. For example:

```elm
log
├── 2018-08-21T20-26-23p0400
│   ├── stderr.log
│   └── stdout.log
└── 2018-08-21T20-26-41p0400
├── stderr.log
└── stdout.log
```

- Add rack environment argument mapping for `eucalypt launch`.

It is now possible to do:

- `eucalypt launch p` as an alias for `eucalypt launch production`
- `eucalypt launch d` as an alias for `eucalypt launch development`
- `eucalypt launch t` as an alias for `eucalypt launch test`

#### Minor changes

- Add links to the GitBook documentation to `README`.
- Add documentation badge to `README`.
- Add `Thor` gem to the features list in `README`.

# 0.1.1

#### Major changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Move into your new application's directory and run the top-level `eucalypt` comm

## Documentation and help

The full documentation can be found [here](https://gum.gitbook.io).
The full documentation can be found [here](https://gum.gitbook.io/eucalypt).

---

Expand Down

0 comments on commit cdbb3fb

Please sign in to comment.