Skip to content

Commit

Permalink
v0.3.5 release readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pellepl committed Apr 27, 2016
1 parent 7edb356 commit 384d1bd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPIFFS (SPI Flash File System)
**V0.3.4**
**V0.3.5**

Copyright (c) 2013-2016 Peter Andersson (pelleplutt1976 at gmail.com)

Expand Down Expand Up @@ -50,6 +50,17 @@ For a generic spi flash driver, see [this](https://github.com/pellepl/spiflash_d

## HISTORY

### 0.3.5
- Fixed a bug in fs check
- API returns actual error codes #84) (thanks @Nails)
- Fix compiler warnings for non-gcc #83 #81 (thanks @Nails)
- Unable to recover from full fs #82 (thanks @rojer)
- Define SPIFFS_O_* flags #80
- Problem with long filenames #79 (thanks @psjg)
- Duplicate file name bug fix #74 (thanks @igrr)
- SPIFFS_eof and SPIFFS_tell return wrong value #72 (thanks @ArtemPisarenko)
- Bunch of testframe updates #77 #78 #86 (thanks @dpreussner, @psjg a.o)

### 0.3.4
- Added user callback file func.
- Fixed a stat bug with obj id.
Expand Down

0 comments on commit 384d1bd

Please sign in to comment.