Skip to content

Commit

Permalink
updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jun 26, 2020
1 parent 2b25464 commit 9e3b22d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
# Changelog

## [unreleased]
## [2.8.0] - 2020-06-26

## Changed

- `View::render` method has been changed for rendering partial views, previously it was used internally by the controller to render a view with a layout. If you have used this internal function then you will need change from `render` to `renderView`.

## Added

- Added Number::readableSize
- Added Number::parseSize

## [2.7.5] - 2020-06-19

### Fixed

- Fixed default fields on associations which were overwritten by associated fields

### Changed

- Changed associated fields options to not add prefixes to fields with spaces or an existing prefix.

## [2.7.4] - 2020-06-17

### Fixed

- Fixed General error: 1 no such table: sqlite_sequence when running tests and table does not exist

## [2.7.3] - 2020-06-14
Expand Down

0 comments on commit 9e3b22d

Please sign in to comment.